Changeset 18491
- Timestamp:
- 07/31/2011 01:59:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r18484 r18491 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…'),
Note: See TracChangeset
for help on using the changeset viewer.