Merge two different descriptions of siteurl and home options. fixes #22771.
git-svn-id: https://develop.svn.wordpress.org/trunk@23363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
027ee84349
commit
d4f8fff530
@ -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…
x
Reference in New Issue
Block a user