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.