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:
parent
c6dea4c784
commit
fd7086bcdc
|
@ -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'.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue