Remove duplicated featured_image block. props koke.

git-svn-id: https://develop.svn.wordpress.org/trunk@20406 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-04-09 15:28:07 +00:00
parent 099576ac0f
commit fa8e5c2897
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(