From 289b13c4013caf4fda418266cfc88f62f2e7676b Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 11 Jun 2021 14:14:13 +0100 Subject: [PATCH] Correct the format used for duplicate hook docs. (#32563) --- packages/block-library/src/latest-comments/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/latest-comments/index.php b/packages/block-library/src/latest-comments/index.php index 6343a46d0be91..50318585065b6 100644 --- a/packages/block-library/src/latest-comments/index.php +++ b/packages/block-library/src/latest-comments/index.php @@ -42,7 +42,7 @@ function wp_latest_comments_draft_or_post_title( $post = 0 ) { */ function render_block_core_latest_comments( $attributes = array() ) { $comments = get_comments( - // This filter is documented in wp-includes/widgets/class-wp-widget-recent-comments.php. + /** This filter is documented in wp-includes/widgets/class-wp-widget-recent-comments.php */ apply_filters( 'widget_comments_args', array(