woocommerce/includes/abstracts
The Dramatist 1783953f15 Admin metaboxes views translation escaping fix (#17776)
* Data escaped and validated. Plus translator comment documentation added.

* If it should be int then we should change the empty string default parameter to 0 as in 'if' condition checking 0 and empty string are same.

* Extra bracket removed.

* Indentation is fixed now.

* The taxonomy object should not be assigned to a variable before checking if this is a taxonomy or not.

* echo esc_attr__ replaced by esc_attr_e and visually tested.

* As I use WordPress VIP Coding Standard, they were marking them as warnings. But now it's fixed again.

* Escaping fix

* Extra Bracket Fix Again
2017-11-21 17:50:30 +00:00
..
abstract-wc-data.php Admin metaboxes views translation escaping fix (#17776) 2017-11-21 17:50:30 +00:00
abstract-wc-deprecated-hooks.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
abstract-wc-integration.php Settings api 2015-12-14 14:03:46 +00:00
abstract-wc-log-handler.php Add WC_Log_Handler_Interface 2017-01-24 14:10:05 +01:00
abstract-wc-object-query.php Migrate wc_get_orders 2017-05-12 11:45:01 -07:00
abstract-wc-order.php Merge branch 'master' into tweak/order-screens 2017-11-15 13:36:13 +00:00
abstract-wc-payment-gateway.php Include add_payment_method in gateway abstract 2017-08-07 12:38:50 +01:00
abstract-wc-payment-token.php Deprecated $context on get_display_name. 2017-03-15 08:21:02 -07:00
abstract-wc-product.php Merge pull request #17817 from JeroenSormani/exclude-virtual-from-shipping-tax 2017-11-21 13:21:13 +00:00
abstract-wc-rest-controller.php invalid return 2017-08-23 14:27:30 +01:00
abstract-wc-rest-crud-controller.php If sorting by date in the REST API, fallback to ID 2017-09-25 13:31:25 +01:00
abstract-wc-rest-posts-controller.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
abstract-wc-rest-shipping-zones-controller.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
abstract-wc-rest-terms-controller.php Fix error when invalid parent term 2017-10-03 17:59:58 -03:00
abstract-wc-session.php More abspath 2017-05-23 15:40:19 +01:00
abstract-wc-settings-api.php Fix missing return statement (#16148) 2017-07-20 18:01:14 +01:00
abstract-wc-shipping-method.php Pass WC_Shipping_Method instance to availability filters 2017-08-11 16:36:18 -04:00
abstract-wc-widget.php Fix missing return statement (#16148) 2017-07-20 18:01:14 +01:00