From 8b6b98dc19c63580553f347029bc21909fb025be Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 7 Nov 2022 13:27:17 +0000 Subject: [PATCH] =?UTF-8?q?General:=20Use=20HTTPS=20for=20the=20b2/caf?= =?UTF-8?q?=C3=A9log=20link=20in=20`readme.html`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to [691], [47285]. Props rajanpanchal2028. Fixes #57018. Built from https://develop.svn.wordpress.org/trunk@54758 git-svn-id: http://core.svn.wordpress.org/trunk@54310 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 0048b9efa3..72bc2afe4b 100644 --- a/readme.html +++ b/readme.html @@ -88,7 +88,7 @@

Share the Love

WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better—you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgeable than yourself, or writing the author of a media article that overlooks us.

-

WordPress is the official continuation of b2/cafélog, which came from Michel V. The work has been continued by the WordPress developers. If you would like to support WordPress, please consider donating.

+

WordPress is the official continuation of b2/cafélog, which came from Michel V. The work has been continued by the WordPress developers. If you would like to support WordPress, please consider donating.

License

WordPress is free software, and is released under the terms of the GPL (GNU General Public License) version 2 or (at your option) any later version. See license.txt.

diff --git a/wp-includes/version.php b/wp-includes/version.php index 2fa6ddd127..8dc84a0442 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54757'; +$wp_version = '6.2-alpha-54758'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.