From: Chuck Scott Date: Thu, 18 Jun 2015 21:03:04 +0000 (-0400) Subject: Modified "Shipping and Handling" message in cart and checkout to only "Shipping" X-Git-Tag: v1.0.4^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=37dbf39df93e9b9ece32cbce14a0f1ba322d9d4b;p=WP-Themes%2FTomsMomsCookies.git Modified "Shipping and Handling" message in cart and checkout to only "Shipping" --- diff --git a/woocommerce/cart/cart-shipping.php b/woocommerce/cart/cart-shipping.php index 4fa1852..5b7a0e6 100644 --- a/woocommerce/cart/cart-shipping.php +++ b/woocommerce/cart/cart-shipping.php @@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) { if ( $show_package_details ) { printf( __( 'Shipping #%d', 'woocommerce' ), $index + 1 ); } else { - _e( 'Shipping and Handling', 'woocommerce' ); + _e( 'Shipping', 'woocommerce' ); } ?>