Ticket #39172: 39172.patch
File 39172.patch, 1.2 KB (added by , 8 years ago) |
---|
-
wp-includes/class-wp-xmlrpc-server.php
3605 3605 } 3606 3606 3607 3607 if ( ! $comment_ID ) { 3608 return new IXR_Error( 403, __( 'An un known error occurred' ) );3608 return new IXR_Error( 403, __( 'An unidentified error has occurred.' ) ); 3609 3609 } 3610 3610 3611 3611 /** -
wp-includes/script-loader.php
702 702 'activateImporter' => __( 'Run Importer' ), 703 703 /* translators: %s: Importer name */ 704 704 'activateImporterLabel' => __( 'Run %s' ), 705 'unknownError' => __( 'An un known error occurred' ),705 'unknownError' => __( 'An unidentified error has occurred.' ), 706 706 'connectionError' => __( 'Connection lost or the server is busy. Please try again later.' ), 707 707 'nonceError' => __( 'An error has occurred. Please reload the page and try again.' ), 708 708 'pluginsFound' => __( 'Number of plugins found: %d' ),