mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
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,
|
'readonly' => true,
|
||||||
'value' => current_theme_supports( 'post-thumbnails' )
|
'value' => current_theme_supports( 'post-thumbnails' )
|
||||||
),
|
),
|
||||||
'featured_image' => array(
|
|
||||||
'desc' => __('Featured Image'),
|
|
||||||
'readonly' => true,
|
|
||||||
'value' => current_theme_supports( 'post-thumbnails' )
|
|
||||||
),
|
|
||||||
|
|
||||||
// Updatable options
|
// Updatable options
|
||||||
'time_zone' => array(
|
'time_zone' => array(
|
||||||
|
Loading…
Reference in New Issue
Block a user