From 90ed1d33975b3a8698651ed436368d4bf29351da Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 27 Nov 2021 02:05:25 +0000 Subject: [PATCH] Docs: Remove inaccurate part of the `screen_settings` filter description. The filter is called for all admin screens, not just the Widgets screen. Follow-up to [27256]. Props Starbuck. Fixes #54524. git-svn-id: https://develop.svn.wordpress.org/trunk@52257 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-screen.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wp-admin/includes/class-wp-screen.php b/src/wp-admin/includes/class-wp-screen.php index c49de7dde9..fdc9c2a05f 100644 --- a/src/wp-admin/includes/class-wp-screen.php +++ b/src/wp-admin/includes/class-wp-screen.php @@ -1008,9 +1008,6 @@ final class WP_Screen { /** * Filters the screen settings text displayed in the Screen Options tab. * - * This filter is currently only used on the Widgets screen to enable - * accessibility mode. - * * @since 3.0.0 * * @param string $screen_settings Screen settings.