From f4f826d74d20348d87bec7be332ef6650359f0e1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 7 Mar 2021 11:56:07 +0000 Subject: [PATCH] Docs: Add a `@since` note to `wp_admin_bar_edit_menu()` about the "View Post" link on Comments screen for a single post. Follow-up to [47903]. Props sabernhardt, janak007, munyagu. Fixes #42366. Built from https://develop.svn.wordpress.org/trunk@50504 git-svn-id: http://core.svn.wordpress.org/trunk@50117 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/admin-bar.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/admin-bar.php b/wp-includes/admin-bar.php index 0ea79225d9..fb42e11335 100644 --- a/wp-includes/admin-bar.php +++ b/wp-includes/admin-bar.php @@ -687,6 +687,7 @@ function wp_admin_bar_shortlink_menu( $wp_admin_bar ) { * Provide an edit link for posts and terms. * * @since 3.1.0 + * @since 5.5.0 Added a "View Post" link on Comments screen for a single post. * * @global WP_Term $tag * @global WP_Query $wp_the_query WordPress Query object. diff --git a/wp-includes/version.php b/wp-includes/version.php index 0d31d25a67..c66a93ed32 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50501'; +$wp_version = '5.8-alpha-50504'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.