Changeset 49146 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 10/14/2020 06:19:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r49109 r49146 1309 1309 $scripts->set_translations( 'wp-color-picker' ); 1310 1310 1311 $scripts->add( 'dashboard', "/wp-admin/js/dashboard$suffix.js", array( 'jquery', 'admin-comments', 'postbox', 'wp-util', 'wp-a11y' ), false, 1 ); 1311 $scripts->add( 'dashboard', "/wp-admin/js/dashboard$suffix.js", array( 'jquery', 'admin-comments', 'postbox', 'wp-util', 'wp-a11y', 'wp-date' ), false, 1 ); 1312 $scripts->set_translations( 'dashboard' ); 1312 1313 1313 1314 $scripts->add( 'list-revisions', "/wp-includes/js/wp-list-revisions$suffix.js" ); … … 1756 1757 'nonce' => wp_create_nonce( 'community_events' ), 1757 1758 'cache' => $events_client->get_cached_events(), 1759 'time_format' => get_option( 'time_format' ), 1758 1760 1759 1761 'l10n' => array(
Note: See TracChangeset
for help on using the changeset viewer.