Remove duplicated featured_image block. props koke.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20406 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5226ec2d04
commit
a312778602
|
@ -349,11 +349,6 @@ class wp_xmlrpc_server extends IXR_Server {
|
|||
'readonly' => true,
|
||||
'value' => current_theme_supports( 'post-thumbnails' )
|
||||
),
|
||||
'featured_image' => array(
|
||||
'desc' => __('Featured Image'),
|
||||
'readonly' => true,
|
||||
'value' => current_theme_supports( 'post-thumbnails' )
|
||||
),
|
||||
|
||||
// Updatable options
|
||||
'time_zone' => array(
|
||||
|
|
Loading…
Reference in New Issue