Update comment style

This commit is contained in:
Boro Sitnikovski 2018-08-14 21:30:02 +02:00
parent 1c4ef011d2
commit a1bec3f200
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ final class WC_Cart_Session {
}
}
// If it's not empty, it's been already populated by the loop above
// If it's not empty, it's been already populated by the loop above.
if ( ! empty( $cart_contents ) ) {
$this->cart->set_cart_contents( apply_filters( 'woocommerce_cart_contents_changed', $cart_contents ) );
}