From 1ae653ef36f4f015fcae8b00b141449b47b6d546 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 6 Jan 2022 09:16:48 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@52453 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index fe9ef5979e..38f52369be 100644 --- a/src/wp-admin/about.php +++ b/src/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' ); ?>