From a02b7770f4b3a7f403f51135a9360e67b59a2bae Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 6 Jan 2022 09:18:06 +0000 Subject: [PATCH] Help/About: Change the Learn WP link in the about page. The workshops page doesn't specifically show 5.9 content at this stage (and likely won't until much later), so it needs to be changed to learn.wordpress.org homepage. Props hlashbrooke, audrasjb, davidbaumwald. Fixes #54755. Built from https://develop.svn.wordpress.org/trunk@52453 git-svn-id: http://core.svn.wordpress.org/trunk@52045 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index fe9ef5979e..38f52369be 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -270,8 +270,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; learn.wordpress.org/workshops for short how-to video tutorials and expanding resources on new features in WordPress 5.9.' ), - 'https://learn.wordpress.org/workshops/' + __( 'Want to dive into 5.9 but don’t know where to start? Visit learn.wordpress.org for expanding resources on new features in WordPress 5.9.' ), + 'https://learn.wordpress.org' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index b8b961c433..3da73ea9b8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52452'; +$wp_version = '6.0-alpha-52453'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.