mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 01:48:21 +01:00
Merge two different descriptions of siteurl and home options. fixes #22771.
git-svn-id: http://core.svn.wordpress.org/trunk@23363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
491f4268b1
commit
1d396b8a1f
@ -318,12 +318,12 @@ class wp_xmlrpc_server extends IXR_Server {
|
|||||||
'value' => $wp_version
|
'value' => $wp_version
|
||||||
),
|
),
|
||||||
'blog_url' => array(
|
'blog_url' => array(
|
||||||
'desc' => __( 'Site URL' ),
|
'desc' => __( 'WordPress Address (URL)' ),
|
||||||
'readonly' => true,
|
'readonly' => true,
|
||||||
'option' => 'siteurl'
|
'option' => 'siteurl'
|
||||||
),
|
),
|
||||||
'home_url' => array(
|
'home_url' => array(
|
||||||
'desc' => __( 'Home URL' ),
|
'desc' => __( 'Site Address (URL)' ),
|
||||||
'readonly' => true,
|
'readonly' => true,
|
||||||
'option' => 'home'
|
'option' => 'home'
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user