From 03d65d4d780e27d5371202123eaf1f927a95cba6 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 24 May 2022 00:17:41 +0000 Subject: [PATCH] Help/About: Finalise links on about page. Wrap up about page for 6.0 release. Props ryelle, mukesh27, hellofromTonya, SergeyBiryukov, peterwilsoncc. Merges [53442] to the 6.0 branch. Fixes #55775. git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53443 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 87302095b0..b4a3ac8644 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -255,7 +255,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
@@ -274,7 +274,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: %s: 6.0 overview video link. */ __( 'See WordPress 6.0 in action! Watch a brief overview video highlighting some of the major features debuting in WordPress 6.0.' ), - '#' + 'https://www.youtube.com/watch?v=oe452WcY7fA' ); ?>

@@ -311,7 +311,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: %s: WordPress 6.0 Release Notes link. */ __( 'Read the WordPress 6.0 Release Notes for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ), - '#' + sprintf( + /* translators: %s: WordPress version. */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + '6-0' + ) ); ?>