From c85ae9cc942ed1b8f4b42ee614fe9ebc6a4dd1e7 Mon Sep 17 00:00:00 2001 From: dd32 Date: Thu, 28 Apr 2011 09:08:39 +0000 Subject: [PATCH] Include TwentyEleven in the 3.2 upgrade process. Props markmcwilliams. See #14484 git-svn-id: http://svn.automattic.com/wordpress/trunk@17736 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/update-core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 688a045d7..42b0fba70 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -266,6 +266,7 @@ global $_new_bundled_files; $_new_bundled_files = array( 'plugins/akismet/' => '2.0', 'themes/twentyten/' => '3.0', +'themes/twentyeleven/' => '3.2' ); /**