Make WordPress Core

Ticket #25720: functions.wp-scripts.php.patch

File functions.wp-scripts.php.patch, 553 bytes (added by ninio, 12 years ago)
  • functions.wp-scripts.php

     
    2525 * @return array On success, a processed array of WP_Dependencies items; otherwise, an empty array.
    2626 */
    2727function wp_print_scripts( $handles = false ) {
     28        /**
     29         * Fires when the scripts are about to be printed.
     30         *
     31         * @since 2.1.0
     32         */
    2833        do_action( 'wp_print_scripts' );
    2934        if ( '' === $handles ) // for wp_head
    3035                $handles = false;