Changeset 43738 for branches/5.0/src/wp-includes/default-filters.php
- Timestamp:
- 10/17/2018 03:28:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/default-filters.php
r43732 r43738 492 492 // Script Loader 493 493 add_action( 'wp_default_scripts', 'wp_default_scripts' ); 494 add_action( 'wp_default_scripts', 'wp_default_packages' ); 495 494 496 add_action( 'wp_enqueue_scripts', 'wp_localize_jquery_ui_datepicker', 1000 ); 495 497 add_action( 'admin_enqueue_scripts', 'wp_localize_jquery_ui_datepicker', 1000 );
Note: See TracChangeset
for help on using the changeset viewer.