git-svn-id: http://svn.automattic.com/wordpress/trunk@8050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-06-04 20:21:02 +00:00
parent 8377b52dc8
commit 0c9006cc2d

View File

@ -10,7 +10,7 @@ function wp_print_styles( $handles = false ) {
if ( !$handles )
return array(); // No need to instantiate if nothing's there.
else
$wp_stlyes = new WP_Styles();
$wp_styles = new WP_Styles();
}
return $wp_styles->do_items( $handles );