From 0c9006cc2d569fccb97a4ad6ae2bff80d103de89 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 4 Jun 2008 20:21:02 +0000 Subject: [PATCH] Typo fix git-svn-id: http://svn.automattic.com/wordpress/trunk@8050 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.wp-styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.wp-styles.php b/wp-includes/functions.wp-styles.php index bf3dc939a..8a3828265 100644 --- a/wp-includes/functions.wp-styles.php +++ b/wp-includes/functions.wp-styles.php @@ -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 );