mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Use WP_FALLBACK_THEME when creating default stylesheet and template options.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5c9eae1330
commit
968c73da1e
@ -247,8 +247,8 @@ function populate_options() {
|
||||
'default_email_category' => 1,
|
||||
'recently_edited' => '',
|
||||
'use_linksupdate' => 0,
|
||||
'template' => 'twentyten',
|
||||
'stylesheet' => 'twentyten',
|
||||
'template' => WP_FALLBACK_THEME,
|
||||
'stylesheet' => WP_FALLBACK_THEME,
|
||||
'comment_whitelist' => 1,
|
||||
'blacklist_keys' => '',
|
||||
'comment_registration' => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user