woocommerce/includes/legacy
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
..
class-wc-legacy-coupon.php Removed empty string param in _deprecated_function function (#12301) 2016-11-10 10:17:32 +00:00
class-wc-legacy-customer.php Removed empty string param in _deprecated_function function (#12301) 2016-11-10 10:17:32 +00:00