Changeset 23487 for trunk/wp-includes/script-loader.php
- Timestamp:
- 02/25/2013 11:17:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r23449 r23487 417 417 $scripts->add( 'theme-preview', "/wp-admin/js/theme-preview$suffix.js", array( 'thickbox', 'jquery' ), false, 1 ); 418 418 419 $scripts->add( 'edit-post', "/wp-admin/js/edit-post$suffix.js", array( 'heartbeat' ), false, 1 ); 420 419 421 $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), false, 1 ); 420 422 did_action( 'init' ) && $scripts->localize( 'inline-edit-post', 'inlineEditL10n', array(
Note: See TracChangeset
for help on using the changeset viewer.