From 17480cc2052a85dcb1931756d71f118f0a50e6a5 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 16 Sep 2022 22:27:10 +0000 Subject: [PATCH] General: Replace Codex with HelpHub in WordPress readme. This updates WordPress main `readme.txt` file to replace Codex link with HelpHub. Props audrasjb, netweb, SergeyBiryukov, tobifjellner. See #48987. Built from https://develop.svn.wordpress.org/trunk@54189 git-svn-id: http://core.svn.wordpress.org/trunk@53748 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.html b/readme.html index 20272c19bf..0048b9efa3 100644 --- a/readme.html +++ b/readme.html @@ -67,8 +67,8 @@

Online Resources

If you have any questions that are not addressed in this document, please take advantage of WordPress’ numerous online resources:

-
The WordPress Codex
-
The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.
+
HelpHub
+
HelpHub is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.
The WordPress Blog
This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.
WordPress Planet
diff --git a/wp-includes/version.php b/wp-includes/version.php index f362da9479..dee22b0c0e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54188'; +$wp_version = '6.1-alpha-54189'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.