Use WP_FALLBACK_THEME when creating default stylesheet and template options.

git-svn-id: https://develop.svn.wordpress.org/trunk@13736 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-03-17 17:39:38 +00:00
parent 5e588d11a8
commit f5ace6aec1
1 changed files with 2 additions and 2 deletions

View File

@ -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,