Hotfix for namespacing issue #1749. Turns out `.woocommerce-pge` is the global namespace, not `.woocommerce`.

This commit is contained in:
Brian Feister 2012-11-15 11:39:41 -05:00
parent 58c5bbef55
commit 7c7c6a4326
3 changed files with 883 additions and 890 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1604,7 +1604,7 @@ class Woocommerce {
$atts = array(),
$wrapper = array(
'bool' => true,
'class' => 'woocommerce',
'class' => 'woocommerce-page',
'before' => null,
'after' => null
)