mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-10 09:31:54 +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. 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:
parent
df78784786
commit
7b8210096c
@ -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(
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user