From 6c9c6cd6ef86c34a141e7cf37083bc16c64ab187 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 22 May 2023 20:04:22 +0000 Subject: [PATCH] Help/About: Remove unwanted space in a link located on `about.php`. This fixes a small interface glitch in the `Go to Updates` link located on the the About screen. Props NekoJonez, mukesh27, sumitbagthariya16, ahsannayem. Fixes #58373. Built from https://develop.svn.wordpress.org/trunk@55848 git-svn-id: http://core.svn.wordpress.org/trunk@55360 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 4 +--- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index b52873425d..709670f9f0 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -280,9 +280,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- - - | + |
diff --git a/wp-includes/version.php b/wp-includes/version.php index 3c2e0ab373..586f51d2e9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55847'; +$wp_version = '6.3-alpha-55848'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.