Ticket #11520: 11520.autosave.patch
File 11520.autosave.patch, 581 bytes (added by , 13 years ago) |
---|
-
wp-includes/script-loader.php
553 553 */ 554 554 function wp_just_in_time_script_localization() { 555 555 556 wp_ add_script_data( 'autosave', 'autosaveL10n', array(556 wp_localize_script( 'autosave', 'autosaveL10n', array( 557 557 'autosaveInterval' => AUTOSAVE_INTERVAL, 558 558 'savingText' => __('Saving Draft…'), 559 559 'saveAlert' => __('The changes you made will be lost if you navigate away from this page.')