From c7778a496251c038bc95b70303a7788a70683eec Mon Sep 17 00:00:00 2001 From: ryelle Date: Mon, 31 Oct 2022 15:03:12 +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. Built from https://develop.svn.wordpress.org/trunk@54729 git-svn-id: http://core.svn.wordpress.org/trunk@54281 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 2a95554086..87e321d00b 100644 --- a/wp-admin/about.php +++ b/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' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 8133dd9d9b..71e4ef0aa7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54728'; +$wp_version = '6.2-alpha-54729'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.