Showing 5,566 of 7,504 total issues
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return false;
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( 401, __( 'Sorry, you are not allowed to publish posts in this post type' ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'You are not allowed to create posts as this user.' ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 403, __( 'Invalid term ID' ) );
Avoid too many return
statements within this method. Open
Open
return $this->_prepare_post_type( $post_type, $fields );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'Sorry, you cannot edit this post.' ) );
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 strval( $post_ID );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(500, __('Sorry, your entry could not be edited. Something wrong happened.'));
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 500, $parent_term->get_error_message() );
Avoid too many return
statements within this method. Open
Open
return $this->pingback_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( 404, __( 'Invalid author ID.' ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 404, __( 'Invalid attachment ID.' ) );
Avoid too many return
statements within this method. Open
Open
return $this->pingback_error( 33, __( 'The specified target URL cannot be used as a target. It either doesn’t exist, or it is not a pingback-enabled resource.' ) );
Avoid too many return
statements within this method. Open
Open
return array('term_id' => $term_id, 'term_taxonomy_id' => $tt_id);
Avoid too many return
statements within this method. Open
Open
return $this->error($errormessage);
Avoid too many return
statements within this method. Open
Open
return $result;