mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-31 04:31:35 +01:00
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:
parent
f8a7a22bee
commit
1d71540320
@ -1624,6 +1624,7 @@ function get_edit_comment_link( $comment_id = 0, $context = 'display' ) {
|
|||||||
/**
|
/**
|
||||||
* Filters the comment edit link.
|
* 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.
|
* @since 6.7.0 The $comment_id and $context parameters are now being passed to the filter.
|
||||||
*
|
*
|
||||||
* @param string $location The edit link.
|
* @param string $location The edit link.
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user