Docs: Add a missing word in `pre_months_dropdown_query` filter description.

Follow-up to [50163].

See #55646.
Built from https://develop.svn.wordpress.org/trunk@53502


git-svn-id: http://core.svn.wordpress.org/trunk@53091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-06-14 15:07:10 +00:00
parent 3f74637dfe
commit cacf46f12b
2 changed files with 2 additions and 2 deletions

View File

@ -600,7 +600,7 @@ class WP_List_Table {
}
/**
* Filters to short-circuit performing the months dropdown query.
* Filters whether to short-circuit performing the months dropdown query.
*
* @since 5.7.0
*

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53501';
$wp_version = '6.1-alpha-53502';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.