| @@ -22,9 +22,11 @@ | ||
| 22 | 22 | if ( empty( $comment ) ) { |
| 23 | 23 | return ''; |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | - $wrapper_attributes = get_block_wrapper_attributes(); | |
| 26 | + $classes = ''; | |
| 27 | + | |
| 28 | + $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classes ) ); | |
| 27 | 29 | $formatted_date = get_comment_date( |
| 28 | 30 | isset( $attributes['format'] ) ? $attributes['format'] : '', |
| 29 | 31 | $comment |
| 30 | 32 | ); |