mirror of
git://develop.git.wordpress.org/
synced 2025-03-14 17:09:47 +01:00
REST API: Fix typo in disable-custom-gradients
theme feature description.
Props Ipstenu, tobifjellner, pixelverbieger. Reviewed by ocean90, johnbillion, SergeyBiryukov. Merges [47432] to the 5.4 branch. Fixes #49585. git-svn-id: https://develop.svn.wordpress.org/branches/5.4@47437 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
47b57cd293
commit
c15c43fc58
@ -349,7 +349,7 @@ class WP_REST_Themes_Controller extends WP_REST_Controller {
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'disable-custom-gradients' => array(
|
||||
'description' => __( 'Whether the theme disables custom graidients.' ),
|
||||
'description' => __( 'Whether the theme disables custom gradients.' ),
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'editor-color-palette' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user