Hotfix for namespacing issue #1749. Turns out `.woocommerce-pge` is the global namespace, not `.woocommerce`.
This commit is contained in:
parent
58c5bbef55
commit
7c7c6a4326
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -1604,7 +1604,7 @@ class Woocommerce {
|
|||
$atts = array(),
|
||||
$wrapper = array(
|
||||
'bool' => true,
|
||||
'class' => 'woocommerce',
|
||||
'class' => 'woocommerce-page',
|
||||
'before' => null,
|
||||
'after' => null
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue