Fix spacing.

Add space after !
This commit is contained in:
Kevin Killingsworth 2016-02-14 21:56:42 -06:00
parent 1c361bb29f
commit e99e75b5b9
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class WC_AJAX {
*/
public static function get_cart_totals() {
if ( !defined( 'WOOCOMMERCE_CART' ) ) {
if ( ! defined( 'WOOCOMMERCE_CART' ) ) {
define( 'WOOCOMMERCE_CART', true );
}