Make WordPress Core

Ticket #39172: 39172.patch

File 39172.patch, 1.2 KB (added by ramiy, 8 years ago)
  • wp-includes/class-wp-xmlrpc-server.php

     
    36053605                }
    36063606
    36073607                if ( ! $comment_ID ) {
    3608                         return new IXR_Error( 403, __( 'An unknown error occurred' ) );
     3608                        return new IXR_Error( 403, __( 'An unidentified error has occurred.' ) );
    36093609                }
    36103610
    36113611                /**
  • wp-includes/script-loader.php

     
    702702                                'activateImporter'           => __( 'Run Importer' ),
    703703                                /* translators: %s: Importer name */
    704704                                'activateImporterLabel'      => __( 'Run %s' ),
    705                                 'unknownError'               => __( 'An unknown error occurred' ),
     705                                'unknownError'               => __( 'An unidentified error has occurred.' ),
    706706                                'connectionError'            => __( 'Connection lost or the server is busy. Please try again later.' ),
    707707                                'nonceError'                 => __( 'An error has occurred. Please reload the page and try again.' ),
    708708                                'pluginsFound'               => __( 'Number of plugins found: %d' ),