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:
parent
5980b30da1
commit
4a2c4fcdbb
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user