From 7cbc31f7c0a821eb443fbdccefbd40fc72507d30 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 27 Nov 2021 02:07:00 +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. Built from https://develop.svn.wordpress.org/trunk@52257 git-svn-id: http://core.svn.wordpress.org/trunk@51849 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-screen.php | 3 --- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/wp-admin/includes/class-wp-screen.php b/wp-admin/includes/class-wp-screen.php index c49de7dde9..fdc9c2a05f 100644 --- a/wp-admin/includes/class-wp-screen.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 21cbe1e147..59043e6a89 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52256'; +$wp_version = '5.9-alpha-52257'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.