Reduce spacing back to original
This commit is contained in:
parent
332e79da8d
commit
749971759f
|
@ -2395,11 +2395,11 @@ if ( ! function_exists( 'wc_display_item_meta' ) ) {
|
|||
$strings = array();
|
||||
$html = '';
|
||||
$args = wp_parse_args( $args, array(
|
||||
'before' => '<ul class="wc-item-meta"><li>',
|
||||
'after' => '</li></ul>',
|
||||
'separator' => '</li><li>',
|
||||
'echo' => true,
|
||||
'autop' => false,
|
||||
'before' => '<ul class="wc-item-meta"><li>',
|
||||
'after' => '</li></ul>',
|
||||
'separator' => '</li><li>',
|
||||
'echo' => true,
|
||||
'autop' => false,
|
||||
) );
|
||||
|
||||
foreach ( $item->get_formatted_meta_data() as $meta_id => $meta ) {
|
||||
|
|
Loading…
Reference in New Issue