Changeset 25949 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 10/27/2013 05:50:38 PM (12 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
r25597 r25949 26 26 */ 27 27 function wp_print_scripts( $handles = false ) { 28 /** 29 * Fires before scripts in the $handles queue are printed. 30 * 31 * @since 2.1.0 32 */ 28 33 do_action( 'wp_print_scripts' ); 29 34 if ( '' === $handles ) // for wp_head
Note: See TracChangeset
for help on using the changeset viewer.