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:
nacin 2012-04-09 15:28:07 +00:00
parent 5226ec2d04
commit a312778602
1 changed files with 0 additions and 5 deletions

View File

@ -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(