Make WordPress Core


Ignore:
Timestamp:
02/19/2018 02:12:41 AM (6 years ago)
Author:
peterwilsoncc
Message:

General: Further improve error messages following [42648].

Props kristastevens, melchoyce.
Fixes #38332 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r42682 r42719  
    38803880
    38813881        if ( ! $comment_ID ) {
    3882             return new IXR_Error( 403, __( 'An error has occurred.' ) );
     3882            return new IXR_Error( 403, __( 'Something went wrong.' ) );
    38833883        }
    38843884
Note: See TracChangeset for help on using the changeset viewer.