Changeset 48340 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 07/06/2020 06:01:55 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r48323 r48340 1241 1241 1242 1242 $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array( 'jquery-ui-sortable' ), false, 1 ); 1243 did_action( 'init' ) && $scripts->localize( 1244 'postbox', 1245 'postBoxL10n', 1246 array( 1247 'postBoxEmptyString' => __( 'Drag boxes here' ), 1248 ) 1249 ); 1243 $scripts->set_translations( 'postbox' ); 1250 1244 1251 1245 $scripts->add( 'tags-box', "/wp-admin/js/tags-box$suffix.js", array( 'jquery', 'tags-suggest' ), false, 1 );
Note: See TracChangeset
for help on using the changeset viewer.