Changeset 36295 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 01/14/2016 04:12:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r36285 r36295 496 496 497 497 $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), false, 1 ); 498 did_action( 'init' ) && $scripts->localize( 'postbox', 'postBoxL10n', array( 499 'postBoxEmptyString' => __( 'Drag boxes here' ), 500 ) ); 498 501 499 502 $scripts->add( 'tags-box', "/wp-admin/js/tags-box$suffix.js", array( 'jquery', 'suggest' ), false, 1 );
Note: See TracChangeset
for help on using the changeset viewer.