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