Changeset 35277
- Timestamp:
- 10/20/2015 04:28:05 AM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r34912 r35277 280 280 'wp-admin/images/star.gif', 281 281 'wp-admin/js/list-table.dev.js', 282 //'wp-admin/js/list-table.js', // restored in 4.4 282 'wp-admin/js/list-table.js', 283 283 'wp-includes/default-embeds.php', 284 284 'wp-includes/js/tinymce/plugins/wordpress/img/help.gif', -
trunk/src/wp-includes/script-loader.php
r35253 r35277 78 78 ) ); 79 79 80 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils' , 'list-table'), false, 1 );80 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), false, 1 ); 81 81 did_action( 'init' ) && $scripts->localize( 'common', 'commonL10n', array( 82 82 'warnDelete' => __( "You are about to permanently delete these items.\n 'Cancel' to stop, 'OK' to delete." ), … … 397 397 $scripts->add( 'user-suggest', "/wp-admin/js/user-suggest$suffix.js", array( 'jquery-ui-autocomplete' ), false, 1 ); 398 398 399 $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery' ), false, 1 );400 401 399 $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", array(), false, 1 ); 402 400
Note: See TracChangeset
for help on using the changeset viewer.