summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-includes/comment-template.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/wp-includes/comment-template.php')
-rw-r--r--src/wp-includes/comment-template.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php
index 9190cf6eff..cd41d4b200 100644
--- a/src/wp-includes/comment-template.php
+++ b/src/wp-includes/comment-template.php
@@ -2095,8 +2095,8 @@ function comment_id_fields( $post = null ) {
*
* Only affects users with JavaScript disabled.
*
- * @internal The $comment global must be present to allow template tags access to the current
- * comment. See https://core.trac.wordpress.org/changeset/36512.
+ * {@internal The $comment global must be present to allow template tags access to the current
+ * comment. See https://core.trac.wordpress.org/changeset/36512.}
*
* @since 2.7.0
* @since 6.2.0 Added the `$post` parameter.