Load the currently active theme into the theme editor upon first visit rather than Default.

git-svn-id: https://develop.svn.wordpress.org/trunk@1646 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-09-14 07:19:16 +00:00
parent 5980b30da1
commit 4a2c4fcdbb
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ default:
$themes = get_themes();
if (! isset($theme) || empty($theme)) {
$theme = 'Default';
$theme = get_current_theme();
}
$stylesheet_files = $themes[$theme]['Stylesheet Files'];