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:
parent
099576ac0f
commit
fa8e5c2897
@ -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
Block a user