diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php index b62f6f55a8..14478786cf 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php @@ -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( diff --git a/wp-includes/version.php b/wp-includes/version.php index 8cc311882e..11fd0bd0f2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.