From 6afbd33612a1e545aac700e81ac0d79dee7735b0 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 28 Feb 2025 15:01:24 +0000 Subject: [PATCH] General: Add missing space before `checked` attributes in various WP_Screen functions. Props kkmuffme, audrasjb. Fixes #63037. Built from https://develop.svn.wordpress.org/trunk@59889 git-svn-id: http://core.svn.wordpress.org/trunk@59231 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 4bb5995e7f..d55c536c52 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 917ba61d63..c75bedef08 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59888'; +$wp_version = '6.8-alpha-59889'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.