? logs
? sites/sites.php
? sites/all/README.txt
Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.242
diff -u -p -r1.242 system.admin.inc
--- modules/system/system.admin.inc	28 Dec 2009 20:51:18 -0000	1.242
+++ modules/system/system.admin.inc	31 Dec 2009 13:46:57 -0000
@@ -426,17 +426,7 @@ function system_theme_default() {
       }
       // Set the default theme.
       variable_set('theme_default', $theme);
-      // The status message depends on whether an admin theme is currently in use.
-      $admin_theme = variable_get('admin_theme', 0);
-      if ($admin_theme != $theme) {
-        drupal_set_message(t('Please note that the administration theme is still set to the %admin_theme theme; consequently, the theme on this page remains unchanged. All non-administrative sections of the site, however, will show the selected %selected_theme theme by default.', array(
-          '%admin_theme' => $themes[$admin_theme]->info['name'],
-          '%selected_theme' => $themes[$theme]->info['name'],
-        )));
-      }
-      else {
-        drupal_set_message(t('%theme is now the default theme.', array('%theme' => $themes[$theme]->info['name'])));
-      }
+      drupal_set_message(t('%theme is now the default theme.', array('%theme' => $themes[$theme]->info['name'])));
     }
     else {
       drupal_set_message(t('The %theme theme was not found.', array('%theme' => $theme)), 'error');
