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.