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:
parent
3f74637dfe
commit
cacf46f12b
|
@ -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
|
* @since 5.7.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue