From 228f2d9d39de284a4a034b4f6908120e38e87e87 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Mon, 5 Jul 2021 19:31:59 +0000 Subject: [PATCH] Update the IRC link from Freenode to Libera.chat. Update follows the update to https://make.wordpress.org/support/handbook/appendix/other-support-locations/introduction-to-irc/. Fixes #53590. Props empatogen, audrasjb. Built from https://develop.svn.wordpress.org/trunk@51332 git-svn-id: http://core.svn.wordpress.org/trunk@50941 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.html b/readme.html index 32ba94d648..e246fb641e 100644 --- a/readme.html +++ b/readme.html @@ -76,7 +76,7 @@
WordPress Support Forums
If you’ve looked everywhere and still can’t find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.
WordPress IRC (Internet Relay Chat) Channel
-
There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (irc.freenode.net #wordpress)
+
There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (irc.libera.chat #wordpress)

Final Notes

diff --git a/wp-includes/version.php b/wp-includes/version.php index f7513ca8cc..8479a3ea56 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51331'; +$wp_version = '5.9-alpha-51332'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.