Showing 5,566 of 7,504 total issues
Avoid too many return
statements within this method. Open
Open
if ( in_array( $object_term->name, $strs ) ) return true;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 500, __( 'Sorry, the user cannot be updated.' ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'Sorry, revisions are disabled.' ) );
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'Sorry, you cannot stick a private post.' ) );
Avoid too many return
statements within this method. Open
Open
return $retval;
Avoid too many return
statements within this method. Open
Open
return array();
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 403, __( 'This taxonomy is not hierarchical.' ) );
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 strval($post_ID);
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error(401, __('Sorry, you do not have the right to publish this post.'));
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 401, __( 'Sorry, revisions are disabled.' ) );
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return new IXR_Error( 404, __( 'Invalid post format' ) );
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 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 false;
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 false;