Make WordPress Core

Changeset 11656


Ignore:
Timestamp:
06/27/2009 06:55:49 AM (15 years ago)
Author:
azaozz
Message:

Fix typo in wp_style_is(), props Denis-de-Bernardy, fixes #10283 for trunk

File:
1 edited

Legend:

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

    r10572 r11656  
    9393function wp_style_is( $handle, $list = 'queue' ) {
    9494    global $wp_styles;
    95     if ( !is_a($wp_styles, 'WP_Scripts') )
     95    if ( !is_a($wp_styles, 'WP_Styles') )
    9696        $wp_styles = new WP_Styles();
    9797
Note: See TracChangeset for help on using the changeset viewer.