remove stray parenthesis

This commit is contained in:
Ewout Fernhout 2019-05-18 15:51:18 +02:00 committed by GitHub
parent edce5277e5
commit 3819350aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ foreach ( $items as $item_id => $item ) :
do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $order, $plain_text );
}
// Note
if ( $show_purchase_note && !empty( $purchase_note ) ) ) {
if ( $show_purchase_note && !empty( $purchase_note ) ) {
echo "\n" . do_shortcode( wp_kses_post( $purchase_note ) );
}
echo "\n\n";