Changeset 41805 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 10/10/2017 05:26:53 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r41797 r41805 473 473 did_action( 'init' ) && $scripts->add_inline_script( 'wp-theme-plugin-editor', sprintf( 'wp.themePluginEditor.l10n = %s;', wp_json_encode( array( 474 474 'saveAlert' => __( 'The changes you made will be lost if you navigate away from this page.' ), 475 'saveError' => __( 'Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.' ), 475 476 'lintError' => wp_array_slice_assoc( 476 477 /* translators: %d: error count */
Note: See TracChangeset
for help on using the changeset viewer.