Make WordPress Core


Ignore:
Timestamp:
10/27/2013 05:50:38 PM (12 years ago)
Author:
DrewAPicture
Message:

Inline documentation for hooks in wp-includes/functions.wp-scripts.php.

Props ninio for the initial patch.
Fixes #25720.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.wp-scripts.php

    r25597 r25949  
    2626 */
    2727function wp_print_scripts( $handles = false ) {
     28    /**
     29     * Fires before scripts in the $handles queue are printed.
     30     *
     31     * @since 2.1.0
     32     */
    2833    do_action( 'wp_print_scripts' );
    2934    if ( '' === $handles ) // for wp_head
Note: See TracChangeset for help on using the changeset viewer.