From b6835c12adfb9f5eb2371a90b299cbd7d40e2c92 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 5 Mar 2025 23:10:47 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@59941 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 d55c536c52..4bb5995e7f 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"; } ?>