]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/functions.wp-scripts.php
WordPress 3.8.3
[autoinstalls/wordpress.git] / wp-includes / functions.wp-scripts.php
index e89553b1b8b5ae1da3189706e6f8a58d39e5bbfa..ea719df3f97d1a551c7424271a15876f82e1eecf 100644 (file)
  * @return array On success, a processed array of WP_Dependencies items; otherwise, an empty array.
  */
 function wp_print_scripts( $handles = false ) {
+       /**
+        * Fires before scripts in the $handles queue are printed.
+        *
+        * @since 2.1.0
+        */
        do_action( 'wp_print_scripts' );
        if ( '' === $handles ) // for wp_head
                $handles = false;