Changeset 25950
- Timestamp:
- 10/27/2013 05:58:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-styles.php
r25809 r25950 16 16 * and passing an array of strings prints those styles. 17 17 * 18 * @see do_action() Calls 'wp_print_styles' hook.19 18 * @global WP_Styles $wp_styles The WP_Styles object for printing styles. 20 19 * … … 27 26 if ( '' === $handles ) // for wp_head 28 27 $handles = false; 29 28 /** 29 * Fires before styles in the $handles queue are printed. 30 * 31 * @since 2.6.0 32 */ 30 33 if ( ! $handles ) 31 34 do_action( 'wp_print_styles' );
Note: See TracChangeset
for help on using the changeset viewer.