REST API: Fix typo in `disable-custom-gradients` theme feature description.

Props Ipstenu, tobifjellner, pixelverbieger.
Reviewed by ocean90, johnbillion, SergeyBiryukov.
Fixes #49585.
Built from https://develop.svn.wordpress.org/trunk@47432


git-svn-id: http://core.svn.wordpress.org/trunk@47219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-03-06 00:17:05 +00:00
parent 6b1e845fca
commit d6178e1dcf
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.5-alpha-47431';
$wp_version = '5.5-alpha-47432';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.