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.
Built from https://develop.svn.wordpress.org/branches/5.4@47437


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-03-09 00:14:41 +00:00
parent df78784786
commit 7b8210096c
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-RC1-47424';
$wp_version = '5.4-RC1-47437';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.