General: Further improve error messages following [42648].

Props kristastevens, melchoyce.
Fixes #38332 for trunk.



git-svn-id: https://develop.svn.wordpress.org/trunk@42719 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson
2018-02-19 02:12:41 +00:00
parent b2b29b4431
commit d002fde80e
23 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -3879,7 +3879,7 @@ class wp_xmlrpc_server extends IXR_Server {
}
if ( ! $comment_ID ) {
return new IXR_Error( 403, __( 'An error has occurred.' ) );
return new IXR_Error( 403, __( 'Something went wrong.' ) );
}
/**