From 69e93e978a32475bdb5d2d30d6ac99f39b39384e Mon Sep 17 00:00:00 2001 From: Dion Hulse 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: https://develop.svn.wordpress.org/trunk@17577 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 10c530c7cc..df7c499477 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', ); /**