Move 'home' option to the top of populate_options().

fixes #28141.


git-svn-id: https://develop.svn.wordpress.org/trunk@28260 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-05-05 21:56:11 +00:00
parent 2b1619329e
commit 4b6d5b10d4
1 changed files with 1 additions and 1 deletions

View File

@ -364,6 +364,7 @@ function populate_options() {
$options = array(
'siteurl' => $guessurl,
'home' => $guessurl,
'blogname' => __('My Site'),
/* translators: blog tagline */
'blogdescription' => __('Just another WordPress site'),
@ -400,7 +401,6 @@ function populate_options() {
'blog_charset' => 'UTF-8',
'moderation_keys' => '',
'active_plugins' => array(),
'home' => $guessurl,
'category_base' => '',
'ping_sites' => 'http://rpc.pingomatic.com/',
'advanced_edit' => 0,