Reduce spacing back to original

This commit is contained in:
Claudiu Lodromanean 2017-02-14 11:22:50 -08:00
parent 332e79da8d
commit 749971759f
1 changed files with 5 additions and 5 deletions

View File

@ -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 ) {