From db2a4a9cad8efe77b991e5ef067cb175158b82be Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 5 Mar 2025 23:12:27 +0000 Subject: [PATCH] General: Remove extra spaces added before `checked()` functions used in `WP_Screen` class. This reverts [59889] as `__checked_selected_helper()` actually adds a leading space before the `checked` attribute. Props kkmuffme. Unprops audrasjb. Fixes #63037. Built from https://develop.svn.wordpress.org/trunk@59941 git-svn-id: http://core.svn.wordpress.org/trunk@59283 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-screen.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/class-wp-screen.php b/wp-admin/includes/class-wp-screen.php index d55c536c52..4bb5995e7f 100644 --- a/wp-admin/includes/class-wp-screen.php +++ b/wp-admin/includes/class-wp-screen.php @@ -1003,7 +1003,7 @@ final class WP_Screen { if ( 'post' === $this->base ) { $expand = ''; $this->_screen_settings = $expand; } @@ -1134,7 +1134,7 @@ final class WP_Screen { } } echo '\n"; } ?> @@ -1183,7 +1183,7 @@ final class WP_Screen { $id = "$column-hide"; echo '\n"; } ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 49a43d2b98..cc6957d02f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-beta1-59940'; +$wp_version = '6.8-beta1-59941'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.