Showing 5,566 of 7,504 total issues
Avoid too many return
statements within this method. Open
Open
return(new IXR_Error(401, __("You are not allowed to change the page author as this user.")));
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(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(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 'trash';
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
if ( preg_match($pattern, $url) ) return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $_comment;
Avoid too many return
statements within this method. Open
Open
return 'spam';
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
if ( preg_match($pattern, $user_ip) ) return false;
Avoid too many return
statements within this method. Open
Open
if ( preg_match($pattern, $comment) ) return false;
Avoid too many return
statements within this method. Open
Open
if ( preg_match($pattern, $user_agent) ) return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $open;
Avoid too many return
statements within this method. Open
Open
return true;