First to false at loop end

This commit is contained in:
Mike Jolley 2017-04-27 17:41:25 +01:00
parent cffe326e0e
commit 8869cb3c2a
1 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,8 @@ function wc_cart_totals_shipping_html() {
'index' => $i,
'chosen_method' => $chosen_method,
) );
$first = false;
}
}