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

Introduced in [42420].

Fixes #42997.

git-svn-id: https://develop.svn.wordpress.org/trunk@44530 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-01-10 01:39:20 +00:00
parent 3e5aa4d4a5
commit bb3872522a
1 changed files with 1 additions and 1 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.
*/