Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Jun 27, 2022
1 parent b325b0f commit e2c5688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/comments/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ function comments_query_loop_block_form_defaults( $fields ) {
add_filter( 'comment_form_defaults', 'comments_query_loop_block_form_defaults' );

/**
* Enqueues styles for the legacy `core/post-comments` block.
* Enqueues styles from the legacy `core/post-comments` block. These styles are
* required by the block's fallback.
*
* @param string $block_name Name of the new block type.
*/
Expand Down

0 comments on commit e2c5688

Please sign in to comment.