Separate with line breaks. Closes #3049

This commit is contained in:
Mike Jolley 2013-04-29 16:47:33 +01:00
parent 24c9f44d23
commit 1630a1d1af
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ foreach ( $items as $item ) :
// Download URLs
if ( $show_download_links && $_product->exists() && $_product->is_downloadable() )
echo "\n" . implode( ', ', $order->get_downloadable_file_urls( $item['product_id'], $item['variation_id'], $item ) );
echo "\n" . implode( "\n", $order->get_downloadable_file_urls( $item['product_id'], $item['variation_id'], $item ) );
// Note
if ( $show_purchase_note && $purchase_note = get_post_meta( $_product->id, '_purchase_note', true ) )