Docs: Update `since` annotation for `comments_list_table_query_args`.

Introduced in [42420].

Fixes #42997.
Built from https://develop.svn.wordpress.org/trunk@44530


git-svn-id: http://core.svn.wordpress.org/trunk@44361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-01-10 01:40:51 +00:00
parent e69c1039eb
commit d83d8e1154
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ class WP_Comments_List_Table extends WP_List_Table {
/**
* Filters the arguments for the comment query in the comments list table.
*
* @since 5.0.0
* @since 5.1.0
*
* @param array $args An array of get_comments() arguments.
*/

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44529';
$wp_version = '5.1-alpha-44530';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.