From d16db9ae27220b140f9ed6b1da8790c953ed4592 Mon Sep 17 00:00:00 2001 From: Dion Hulse 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: https://develop.svn.wordpress.org/trunk@17736 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 688a045d7a..42b0fba70c 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' ); /**