Merge pull request #17868 from ahmedofali/master

fixing typo replace add to cart to be remove from cart
This commit is contained in:
Mike Jolley 2017-11-22 12:51:17 +00:00 committed by GitHub
commit 2795a3399b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ class WC_AJAX {
} }
/** /**
* AJAX add to cart. * AJAX remove from cart.
*/ */
public static function remove_from_cart() { public static function remove_from_cart() {
ob_start(); ob_start();