woocommerce/includes/abstracts
Krzysztof Grabania 4711066490 Removed empty string param in _deprecated_function function (#12301)
`_deprecated_function` has conditional which is checking if third param (replacement) is null. Passing replacement as empty string to this function will fail this test and the end of triggered error will look like this: `Use instead.` instead of `with no alternative available.`. This PR removes all occurrences of empty strings in this function.
2016-11-10 10:17:32 +00:00
..
abstract-wc-data.php Implement Coupon Data Store (#12280) 2016-11-09 12:21:18 +00:00
abstract-wc-integration.php Settings api 2015-12-14 14:03:46 +00:00
abstract-wc-legacy-order.php Removed empty string param in _deprecated_function function (#12301) 2016-11-10 10:17:32 +00:00
abstract-wc-order.php Implement WC_Data_Store and related code & tests. 2016-11-08 01:39:47 -08:00
abstract-wc-payment-gateway.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
abstract-wc-payment-token.php Implement WC_Data_Store and related code & tests. 2016-11-08 01:39:47 -08:00
abstract-wc-product.php a11y: remove unneeded `title` attributes 2016-11-04 17:40:15 +02:00
abstract-wc-rest-controller.php add translators comments 2016-10-29 13:16:03 +03:00
abstract-wc-rest-posts-controller.php [REST API] Throw messages when trying to manipulate variations in products endpoint 2016-11-08 13:55:33 -02:00
abstract-wc-rest-shipping-zones-controller.php Swap "doesn't" with "does not" in 404 error messages. 2016-09-08 15:17:02 -07:00
abstract-wc-rest-terms-controller.php Swap "doesn't" with "does not" in 404 error messages. 2016-09-08 15:17:02 -07:00
abstract-wc-session.php Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar 2016-09-02 05:40:36 +03:00
abstract-wc-settings-api.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
abstract-wc-shipping-method.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
abstract-wc-widget.php last item in a multiline-array should end in a comma 2016-08-27 04:46:45 +03:00