From 833382b2c900a5f71a2895f1afda25e8b5eef001 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 6 Jul 2021 14:02:57 +0000 Subject: [PATCH] Bundled Themes: Correct `customzier` typo. This was found in Twenty Twenty-One and Twenty Nineteen. Props audrasjb, spytzo, sabernhardt. Fixes #53598. Built from https://develop.svn.wordpress.org/trunk@51343 git-svn-id: http://core.svn.wordpress.org/trunk@50952 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentynineteen/style-editor-customizer.css | 2 +- wp-content/themes/twentynineteen/style-editor-customizer.scss | 2 +- .../twentytwentyone/assets/css/custom-color-overrides.css | 2 +- wp-includes/version.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentynineteen/style-editor-customizer.css b/wp-content/themes/twentynineteen/style-editor-customizer.css index d49bc8bc1c..433b959c9b 100644 --- a/wp-content/themes/twentynineteen/style-editor-customizer.css +++ b/wp-content/themes/twentynineteen/style-editor-customizer.css @@ -1,5 +1,5 @@ /*! Twenty Nineteen Customizer Styles -NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customzier. +NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customizer. */ diff --git a/wp-content/themes/twentynineteen/style-editor-customizer.scss b/wp-content/themes/twentynineteen/style-editor-customizer.scss index 334f3be24b..8ff6c85a7e 100644 --- a/wp-content/themes/twentynineteen/style-editor-customizer.scss +++ b/wp-content/themes/twentynineteen/style-editor-customizer.scss @@ -1,5 +1,5 @@ /*! Twenty Nineteen Customizer Styles -NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customzier. +NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customizer. */ \ No newline at end of file diff --git a/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css b/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css index e81e15ccc5..3993d7ecb6 100644 --- a/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css +++ b/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css @@ -1,5 +1,5 @@ /** * Custom Color Overrides * - * This file is automatically populated if the user chooses custom colors in the Customzier. + * This file is automatically populated if the user chooses custom colors in the Customizer. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 97230e157f..f5adacb5b7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51342'; +$wp_version = '5.9-alpha-51343'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.