From 4a7cdbc0d745262b56145b3dddb0a95e1319776c Mon Sep 17 00:00:00 2001 From: dd32 Date: Thu, 31 Mar 2011 13:32:58 +0000 Subject: [PATCH] Typo in r17576, Twentyten isn't new to 3.2. See #14484 See #11495 git-svn-id: http://svn.automattic.com/wordpress/trunk@17577 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/update-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 10c530c7c..df7c49947 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -266,7 +266,7 @@ global $_new_bundled_files; $_new_bundled_files = array( 'plugins/akismet/' => '2.0', -'themes/twentyten/' => '3.2', +'themes/twentyten/' => '3.0', ); /**