Missing $woocommerce #2182

This commit is contained in:
James Koster 2013-01-10 16:17:25 +00:00
parent 2a71d08d44
commit 2e223d8509
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ class WC_Shortcodes {
*/
public function recent_products( $atts ) {
global $woocommerce_loop;
global $woocommerce_loop, $woocommerce;
extract(shortcode_atts(array(
'per_page' => '12',