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.