Ticket #25720: functions.wp-scripts.php.patch
File functions.wp-scripts.php.patch, 553 bytes (added by , 12 years ago) |
---|
-
functions.wp-scripts.php
25 25 * @return array On success, a processed array of WP_Dependencies items; otherwise, an empty array. 26 26 */ 27 27 function wp_print_scripts( $handles = false ) { 28 /** 29 * Fires when the scripts are about to be printed. 30 * 31 * @since 2.1.0 32 */ 28 33 do_action( 'wp_print_scripts' ); 29 34 if ( '' === $handles ) // for wp_head 30 35 $handles = false;