From 1d715403208e9afe0c5ef26d818b948137adf94f Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Wed, 11 Sep 2024 15:44:13 +0000 Subject: [PATCH] Comments: Reinstate original since annotation on `get_edit_comment_link` filter. This was accidentally removed in [58875]. See #61727. Built from https://develop.svn.wordpress.org/trunk@59013 git-svn-id: http://core.svn.wordpress.org/trunk@58409 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/link-template.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index 99d6d52912..08320dc792 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -1624,6 +1624,7 @@ function get_edit_comment_link( $comment_id = 0, $context = 'display' ) { /** * Filters the comment edit link. * + * @since 2.3.0 * @since 6.7.0 The $comment_id and $context parameters are now being passed to the filter. * * @param string $location The edit link. diff --git a/wp-includes/version.php b/wp-includes/version.php index 3acc53fd8f..4200c928d8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-59012'; +$wp_version = '6.7-alpha-59013'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.