From f88b6a9f922f49ba928e7e2a8d72d62095e930e6 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 4 Jun 2008 20:21:02 +0000 Subject: [PATCH] Typo fix git-svn-id: https://develop.svn.wordpress.org/trunk@8050 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 bf3dc939a1..8a3828265f 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 );