[wp-trac] [WordPress Trac] #10283: Incorrect check in wp_style_is()
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 26 21:45:04 GMT 2009
#10283: Incorrect check in wp_style_is()
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.8.1
Component: General | Version: 2.8
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
As reported in #10264. Shouldn't this be:
{{{
if ( !is_a($wp_styles, 'WP_Styles') )
$wp_styles = new WP_Styles();
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10283>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list