Changes from trunk/wp-includes/functions.wp-styles.php at r10572 to branches/2.8/wp-includes/functions.wp-styles.php at r11655
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-includes/functions.wp-styles.php
r10572 r11655 93 93 function wp_style_is( $handle, $list = 'queue' ) { 94 94 global $wp_styles; 95 if ( !is_a($wp_styles, 'WP_S cripts') )95 if ( !is_a($wp_styles, 'WP_Styles') ) 96 96 $wp_styles = new WP_Styles(); 97 97
Note: See TracChangeset
for help on using the changeset viewer.