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
|
||||
),
|
||||
'blog_url' => array(
|
||||
'desc' => __( 'Site URL' ),
|
||||
'desc' => __( 'WordPress Address (URL)' ),
|
||||
'readonly' => true,
|
||||
'option' => 'siteurl'
|
||||
),
|
||||
'home_url' => array(
|
||||
'desc' => __( 'Home URL' ),
|
||||
'desc' => __( 'Site Address (URL)' ),
|
||||
'readonly' => true,
|
||||
'option' => 'home'
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue