mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
Introduce WP_DEFAULT_THEME
git-svn-id: https://develop.svn.wordpress.org/trunk@13737 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -247,8 +247,8 @@ function populate_options() {
|
||||
'default_email_category' => 1,
|
||||
'recently_edited' => '',
|
||||
'use_linksupdate' => 0,
|
||||
'template' => WP_FALLBACK_THEME,
|
||||
'stylesheet' => WP_FALLBACK_THEME,
|
||||
'template' => WP_DEFAULT_THEME,
|
||||
'stylesheet' => WP_DEFAULT_THEME,
|
||||
'comment_whitelist' => 1,
|
||||
'blacklist_keys' => '',
|
||||
'comment_registration' => 0,
|
||||
|
||||
Reference in New Issue
Block a user