Changeset 41572 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 09/22/2017 08:54:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r41570 r41572 817 817 /* translators: %s: Importer name */ 818 818 'activateImporterLabel' => __( 'Run %s' ), 819 'unknownError' => __( 'An un known error occurred' ),819 'unknownError' => __( 'An unidentified error has occurred.' ), 820 820 'connectionError' => __( 'Connection lost or the server is busy. Please try again later.' ), 821 821 'nonceError' => __( 'An error has occurred. Please reload the page and try again.' ),
Note: See TracChangeset
for help on using the changeset viewer.