Changeset 47122 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.wp-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r46660 r47122 75 75 */ 76 76 do_action( 'wp_print_scripts' ); 77 if ( '' === $handles ) { // for wp_head77 if ( '' === $handles ) { // For 'wp_head'. 78 78 $handles = false; 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.