From 57828fa0dea2bcd88208b36d96a018d89fc0085f Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Fri, 28 Feb 2025 14:59:53 +0000 Subject: [PATCH] General: Add missing space before `checked` attributes in various WP_Screen functions. Props kkmuffme, audrasjb. Fixes #63037. git-svn-id: https://develop.svn.wordpress.org/trunk@59889 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-screen.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/includes/class-wp-screen.php b/src/wp-admin/includes/class-wp-screen.php index 4bb5995e7f..d55c536c52 100644 --- a/src/wp-admin/includes/class-wp-screen.php +++ b/src/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"; } ?>