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
This commit is contained in:
@@ -270,8 +270,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Learn WordPress link. */
|
||||
__( 'Want to dive into 5.9 but don’t know where to start? Visit <a href="%s">learn.wordpress.org/workshops</a> 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 <a href="%s">learn.wordpress.org</a> for expanding resources on new features in WordPress 5.9.' ),
|
||||
'https://learn.wordpress.org'
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user