Changes from branches/3.3/wp-includes/functions.wp-styles.php at r19650 to trunk/wp-includes/functions.wp-styles.php at r19054
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.wp-styles.php
r19650 r19054 19 19 */ 20 20 function wp_print_styles( $handles = false ) { 21 do_action( 'wp_print_styles' ); 21 22 if ( '' === $handles ) // for wp_head 22 23 $handles = false; 23 24 if ( ! $handles )25 do_action( 'wp_print_styles' );26 24 27 25 global $wp_styles;
Note: See TracChangeset
for help on using the changeset viewer.