Changeset 27038 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 01/27/2014 12:27:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r27028 r27038 431 431 'published' => __('Published'), 432 432 'comma' => _x( ',', 'tag delimiter' ), 433 'saveAlert' => __('The changes you made will be lost if you navigate away from this page.'), 434 'savingText' => __('Saving Draft…'), 433 435 ) ); 434 436 … … 654 656 wp_localize_script( 'autosave', 'autosaveL10n', array( 655 657 'autosaveInterval' => AUTOSAVE_INTERVAL, 656 'savingText' => __('Saving Draft…'),657 'saveAlert' => __('The changes you made will be lost if you navigate away from this page.'),658 658 'blog_id' => get_current_blog_id(), 659 659 ) );
Note: See TracChangeset
for help on using the changeset viewer.