From 0d0a8817d69097c3446ef1e00729c89b60dbee99 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 6 Jul 2021 12:23:58 +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, jorbin. Built from https://develop.svn.wordpress.org/branches/5.8@51334 git-svn-id: http://core.svn.wordpress.org/branches/5.8@50943 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 b2f0d2a3a7..d95058715b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-RC1-51325'; +$wp_version = '5.8-RC1-51334'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.