From 1aba63dc460671f1b62bfb69083d7984317c0d67 Mon Sep 17 00:00:00 2001 From: ryelle Date: Tue, 21 Mar 2023 15:27:19 +0000 Subject: [PATCH] Help/About: Updates to About page. Remove link to release video, update split controls image. Follow-up to [55449], [55499], [55545]. Props laurlittle, richtabor. Fixes #57477. Built from https://develop.svn.wordpress.org/trunk@55573 git-svn-id: http://core.svn.wordpress.org/trunk@55085 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 6 ++---- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index e6fa1e45a7..46097190ad 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -109,7 +109,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -209,9 +209,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- - <?php echo esc_attr( __( 'Exploring WordPress 6.2 video' ) ); ?> - +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 1d8c09f218..7feb9bf0d5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55572'; +$wp_version = '6.3-alpha-55573'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.