Skip to content

Commit

Permalink
Correct the format used for duplicate hook docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jun 11, 2021
1 parent d5c9b46 commit 2d9e453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/latest-comments/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2d9e453

Please sign in to comment.