REST API: Fix typo in disable-custom-gradients
theme feature description.
Props Ipstenu, tobifjellner, pixelverbieger. Reviewed by ocean90, johnbillion, SergeyBiryukov. Fixes #49585. git-svn-id: https://develop.svn.wordpress.org/trunk@47432 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b6ac7c4f87
commit
72cb0ebff8
@ -349,7 +349,7 @@ class WP_REST_Themes_Controller extends WP_REST_Controller {
|
|||||||
'type' => 'boolean',
|
'type' => 'boolean',
|
||||||
),
|
),
|
||||||
'disable-custom-gradients' => array(
|
'disable-custom-gradients' => array(
|
||||||
'description' => __( 'Whether the theme disables custom graidients.' ),
|
'description' => __( 'Whether the theme disables custom gradients.' ),
|
||||||
'type' => 'boolean',
|
'type' => 'boolean',
|
||||||
),
|
),
|
||||||
'editor-color-palette' => array(
|
'editor-color-palette' => array(
|
||||||
|
Loading…
Reference in New Issue
Block a user