mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@8050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8377b52dc8
commit
0c9006cc2d
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user