From 6473cf15631ab0d8fc672ce83e877e9c6990b035 Mon Sep 17 00:00:00 2001
From: KafleG <kafleg@git.wordpress.org>
Date: Mon, 10 Apr 2023 16:08:34 +0545
Subject: [PATCH] Add style-variations tag in style.css

This tag is valid for those theme which supports global style variations
---
 src/wp-content/themes/twentytwentythree/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wp-content/themes/twentytwentythree/style.css b/src/wp-content/themes/twentytwentythree/style.css
index 3744faebd7..c24112cf18 100644
--- a/src/wp-content/themes/twentytwentythree/style.css
+++ b/src/wp-content/themes/twentytwentythree/style.css
@@ -11,5 +11,5 @@ Version: 1.1
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 Text Domain: twentytwentythree
-Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
+Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
 */
-- 
2.35.1.windows.2

