Changeset 49275 for branches/5.5/src/wp-includes/script-loader.php
- Timestamp:
- 10/22/2020 04:03:25 AM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
- Property svn:mergeinfo changed
/trunk merged: 49145-49147,49152,49201
- Property svn:mergeinfo changed
-
branches/5.5/src/wp-includes/script-loader.php
r48925 r49275 1278 1278 $scripts->set_translations( 'wp-color-picker' ); 1279 1279 1280 $scripts->add( 'dashboard', "/wp-admin/js/dashboard$suffix.js", array( 'jquery', 'admin-comments', 'postbox', 'wp-util', 'wp-a11y' ), false, 1 ); 1280 $scripts->add( 'dashboard', "/wp-admin/js/dashboard$suffix.js", array( 'jquery', 'admin-comments', 'postbox', 'wp-util', 'wp-a11y', 'wp-date' ), false, 1 ); 1281 $scripts->set_translations( 'dashboard' ); 1281 1282 1282 1283 $scripts->add( 'list-revisions', "/wp-includes/js/wp-list-revisions$suffix.js" ); … … 1723 1724 'communityEventsData', 1724 1725 array( 1725 'nonce' => wp_create_nonce( 'community_events' ), 1726 'cache' => $events_client->get_cached_events(), 1727 1728 'l10n' => array( 1726 'nonce' => wp_create_nonce( 'community_events' ), 1727 'cache' => $events_client->get_cached_events(), 1728 'time_format' => get_option( 'time_format' ), 1729 1730 'l10n' => array( 1729 1731 'enter_closest_city' => __( 'Enter your closest city to find nearby events.' ), 1730 1732 'error_occurred_please_try_again' => __( 'An error occurred. Please try again.' ),
Note: See TracChangeset
for help on using the changeset viewer.