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

Fixes #42379.


Built from https://develop.svn.wordpress.org/trunk@44487


git-svn-id: http://core.svn.wordpress.org/trunk@44318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-01-09 01:06:48 +00:00
parent c6dea4c784
commit fd7086bcdc
2 changed files with 2 additions and 2 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'.

View File

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