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

git-svn-id: http://core.svn.wordpress.org/trunk@21805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-09-11 01:26:38 +00:00
parent 26dc1e74e5
commit f84f149445
1 changed files with 5 additions and 0 deletions

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,