From bd7415490e370792631ace87483d965e1c96fa17 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 9 Jan 2019 01:05:04 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/class-wp-comments-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-comments-list-table.php b/src/wp-admin/includes/class-wp-comments-list-table.php index df95e1de11..d4ab0f10a0 100644 --- a/src/wp-admin/includes/class-wp-comments-list-table.php +++ b/src/wp-admin/includes/class-wp-comments-list-table.php @@ -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'.