Fix IDS param Closes #7288

This commit is contained in:
Mike Jolley 2015-02-04 12:44:27 +00:00
parent 6af80f8e60
commit 5bb4b7739f
1 changed files with 3 additions and 2 deletions

View File

@ -209,9 +209,10 @@ class WC_Shortcodes {
'number' => null,
'orderby' => 'name',
'order' => 'ASC',
'columns' => '4',
'columns' => '4',
'hide_empty' => 1,
'parent' => ''
'parent' => '',
'ids' => array()
), $atts );
if ( isset( $atts['ids'] ) ) {