From fd7086bcdc4bdbe5064e24e41b140454bcebc5b6 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 9 Jan 2019 01:06:48 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-comments-list-table.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index df95e1de11..d4ab0f10a0 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/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'. diff --git a/wp-includes/version.php b/wp-includes/version.php index 9492999043..1375c5364f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.