This commit is contained in:
Mike Jolley 2013-01-29 13:03:29 +00:00
parent 4c7812ebb2
commit b2d084af7f
1 changed files with 0 additions and 2 deletions

View File

@ -1757,8 +1757,6 @@ class Woocommerce {
$before = empty( $wrapper['before'] ) ? '<div class="' . $wrapper['class'] . '">' : $wrapper['before'];
$after = empty( $wrapper['after'] ) ? '</div>' : $wrapper['after'];
var_dump($before);
echo $before;
call_user_func( $function, $atts );
echo $after;