diff --git a/includes/wc-cart-functions.php b/includes/wc-cart-functions.php index a0a08346746..9fcd32bff1b 100644 --- a/includes/wc-cart-functions.php +++ b/includes/wc-cart-functions.php @@ -218,8 +218,7 @@ function wc_cart_totals_coupon_html( $coupon ) { // get rid of empty array elements $value = array_filter( $value ); - - $value = implode( ', ', $value ) . ' ' . __( '[Remove]', 'woocommerce' ) . ''; + $value = implode( ', ', $value ) . ' ' . __( '[Remove]', 'woocommerce' ) . ''; echo apply_filters( 'woocommerce_cart_totals_coupon_html', $value, $coupon ); } diff --git a/readme.txt b/readme.txt index 070f48c971a..bc33c825de0 100644 --- a/readme.txt +++ b/readme.txt @@ -138,6 +138,8 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc == Changelog == +* Fix - Removal of coupons containing spaces. +* Fix - Unclosed div in profile page. * Fix - Export report CSV. * Fix - Settings API - allow multiselect fields to be emptied. * Fix - Saving an order needs to save the discount amount ex. tax like the cart.