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
This commit is contained in:
Felix Arntz 2024-09-11 15:44:13 +00:00
parent f8a7a22bee
commit 1d71540320
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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.