Update class-wc-shortcodes.php

This commit is contained in:
Rob Davarnia 2014-02-28 13:50:50 -08:00
parent e7ca60b2a2
commit 368bd05677
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ class WC_Shortcodes {
extract( shortcode_atts( array(
'id' => '',
'class' => '',
'quantity' => '1',
'quantity' => '1',
'sku' => '',
'style' => 'border:4px solid #ccc; padding: 12px;',
'show_price' => 'true'