From 76f8278b1f127174bcb2a0a336eb295779b40054 Mon Sep 17 00:00:00 2001 From: Kelly Choyce-Dwan Date: Mon, 31 Oct 2022 15:01:35 +0000 Subject: [PATCH] Help/About: Add link to the 6.1 release video Link the image and text to the new 6.1 release video on youtube. The video is currently private, but will be made public during the release party. Props admwgn, critterverse, joen, annezazu, jpantani, laurlittle, cbringmann, kellychoffman, pablohoney, EidolonNight. See #56357. git-svn-id: https://develop.svn.wordpress.org/trunk@54729 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 2a95554086..87e321d00b 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -483,7 +483,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
@@ -502,7 +502,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: %s: 6.1 overview video link. */ __( 'See WordPress 6.1 in action! Watch a brief overview video highlighting some of the major features debuting in WordPress 6.1.' ), - '#' + 'https://youtu.be/1w9oywSa6Hw' ); ?>