XML-RPC: Add the 'home' option to wp.getOptons. props mrroundhill. fixes #21822.

git-svn-id: https://develop.svn.wordpress.org/trunk@21805 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-09-11 01:26:38 +00:00
parent 6df2aff40b
commit bab5d518fe

View File

@ -336,6 +336,11 @@ class wp_xmlrpc_server extends IXR_Server {
'readonly' => true,
'option' => 'siteurl'
),
'home_url' => array(
'desc' => __( 'Home URL' ),
'readonly' => true,
'option' => 'home'
),
'image_default_link_type' => array(
'desc' => __( 'Image default link type' ),
'readonly' => true,