Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit ca732f5

Browse files
mikejolleywavvves
authored andcommitted
Add missing woocommerce class (#11919)
1 parent 5ab93f0 commit ca732f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlockTypes/ClassicShortcode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected function render( $attributes, $content, $block ) {
6767
* @return string space-separated list of classes.
6868
*/
6969
protected function get_container_classes( $attributes = array() ) {
70-
$classes = array( 'wp-block-group' );
70+
$classes = array( 'woocommerce', 'wp-block-group' );
7171

7272
if ( isset( $attributes['align'] ) ) {
7373
$classes[] = "align{$attributes['align']}";

0 commit comments

Comments
 (0)