From fb4199b676cd50821f2240b020729030c09fed7e Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 21 Jan 2022 19:42:01 +0000 Subject: [PATCH] =?UTF-8?q?Twenty=20Twenty-Two:=20Re-add=20the=20link=20to?= =?UTF-8?q?=20the=20theme=E2=80=99s=20HelpHub=20changelog.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See #54318. Built from https://develop.svn.wordpress.org/trunk@52613 git-svn-id: http://core.svn.wordpress.org/trunk@52201 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentytwo/readme.txt | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwentytwo/readme.txt b/wp-content/themes/twentytwentytwo/readme.txt index 2b927cd719..d99cb3a1da 100644 --- a/wp-content/themes/twentytwentytwo/readme.txt +++ b/wp-content/themes/twentytwentytwo/readme.txt @@ -20,6 +20,8 @@ Whether you’re building a single-page website, a blog, a business website, or = 1.0 = * Released: January 25, 2022 +https://wordpress.org/support/article/twenty-twenty-two-changelog#Version_1.0 + == Copyright == Twenty Twenty-Two WordPress Theme, 2021-2022 WordPress.org diff --git a/wp-includes/version.php b/wp-includes/version.php index eb691c66aa..95d4a3d6c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52612'; +$wp_version = '6.0-alpha-52613'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.