Docs: Update the `@since` tag for the `comment_status_links` filter.

Fixes #42379.



git-svn-id: https://develop.svn.wordpress.org/trunk@44487 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-01-09 01:05:04 +00:00
parent d2f0d5c812
commit bd7415490e
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ class WP_Comments_List_Table extends WP_List_Table {
* Filters the comment status links.
*
* @since 2.5.0
* @since 5.0.0 The 'Mine' link was added.
* @since 5.1.0 The 'Mine' link was added.
*
* @param string[] $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine',
* 'Pending', 'Approved', 'Spam', and 'Trash'.