Skip to content

Commit

Permalink
Remove unnecessary block's CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons committed Aug 26, 2020
1 parent ead8eb8 commit 11a42f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function render_block_core_post_hierarchical_terms( $attributes, $content, $bloc

return sprintf(
'<div class="%1$s">%2$s</div>',
'wp-block-post-hierarchical-terms' . esc_attr( $align_class_name ),
esc_attr( $align_class_name ),
$terms_links
);
}
Expand Down

0 comments on commit 11a42f7

Please sign in to comment.