From d6178e1dcf2f663089147793e1858b5a666b3932 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 6 Mar 2020 00:17:05 +0000 Subject: [PATCH] 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 --- .../rest-api/endpoints/class-wp-rest-themes-controller.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 c2b8a83706..8ddb0857f3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.