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.