woocommerce/includes/admin/meta-boxes
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
..
views Admin metaboxes views translation escaping fix (#17776) 2017-11-21 17:50:30 +00:00
class-wc-meta-box-coupon-data.php Change tooltip to just say subtotal 2017-11-16 12:28:43 +02:00
class-wc-meta-box-order-actions.php Change input to button for submit in class-wc-meta-box-order-actions.php 2017-11-06 15:23:00 +02:00
class-wc-meta-box-order-data.php Remove trailing `.` 2017-11-02 18:29:34 +00:00
class-wc-meta-box-order-downloads.php Remove unused local variables 2017-05-15 12:06:52 +02:00
class-wc-meta-box-order-items.php Unused variable removed and some comment added. (#17786) 2017-11-20 11:47:16 +00:00
class-wc-meta-box-order-notes.php Applies wc_get_order_notes() on admin 2017-07-13 19:33:20 -03:00
class-wc-meta-box-product-data.php When custom attributes are created, they are decoded. Make the values match. 2017-11-20 20:51:32 +00:00
class-wc-meta-box-product-images.php Fix typo in WooCommerce plugin (#16135) 2017-07-17 11:10:52 +01:00
class-wc-meta-box-product-reviews.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
class-wc-meta-box-product-short-description.php WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd 2016-08-27 08:57:05 +03:00