Showing 5,566 of 7,504 total issues
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(500, $result->get_error_message());
Avoid too many return
statements within this method. Open
Open
return sprintf(__('Pingback from %1$s to %2$s registered. Keep the web talking! :-)'), $pagelinkedfrom, $pagelinkedto);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return $post_ID;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(17, __('The source URL does not contain a link to the target URL, and so cannot be used as a source.'));
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(500, $result->get_error_message());
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 403, __( 'A valid email address is required' ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(500, __('Sorry, your entry could not be posted. Something wrong happened.'));
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(500, __('For some strange yet very annoying reason, this post could not be edited.'));
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 403, __( 'Comment author name and email are required' ) );
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(500, $post_ID->get_error_message());
Avoid too many return
statements within this method. Open
Open
return apply_filters( 'wp_handle_upload', array( 'file' => $name, 'url' => $upload[ 'url' ], 'type' => $type ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(32, __('We cannot find a title on that page.'));
Avoid too many return
statements within this method. Open
Open
return self::submit_spam_comment( $comment->comment_ID );
Avoid too many return
statements within this method. Open
Open
return(new IXR_Error(401, __("Invalid post type.")));
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(0, __('The source URL and the target URL cannot both point to the same resource.'));
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return strval($post_ID);