Changeset 23683 for trunk/wp-includes/script-loader.php
- Timestamp:
- 03/13/2013 10:08:16 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r23681 r23683 107 107 ) ); 108 108 109 $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response' ), false, 1 );109 $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response', 'editor'), false, 1 ); 110 110 111 111 $scripts->add( 'heartbeat', "/wp-includes/js/heartbeat$suffix.js", array('jquery'), false, 1 ); … … 586 586 'autosaveInterval' => AUTOSAVE_INTERVAL, 587 587 'savingText' => __('Saving Draft…'), 588 'saveAlert' => __('The changes you made will be lost if you navigate away from this page.') 588 'saveAlert' => __('The changes you made will be lost if you navigate away from this page.'), 589 'blog_id' => get_current_blog_id(), 589 590 ) ); 590 591
Note: See TracChangeset
for help on using the changeset viewer.