Move 'home' option to the top of populate_options().
fixes #28141. Built from https://develop.svn.wordpress.org/trunk@28260 git-svn-id: http://core.svn.wordpress.org/trunk@28088 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b663fffe24
commit
f44e4226fa
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue