woocommerce/admin/post-types
Brent Shepherd cf240d96a3 Don't convert zero values to empty string
PHP's empty() function returns true for 0, 0.00, "0.00" and other 0 variants.
That means woocommerce_process_shop_order_meta() will convert item meta with
a 0.00 or similar value to an empty string, which can break things that expect
a float or number. This commit fixes that.
2013-01-21 16:02:52 +10:00
..
writepanels Don't convert zero values to empty string 2013-01-21 16:02:52 +10:00
product.php Fix quick edit Closes #2130 2013-01-10 12:11:04 +00:00
shop_coupon.php Fix restore nonce. Closes #2138. 2013-01-07 13:36:38 +00:00
shop_order.php Order status icons 2013-01-18 14:23:43 +00:00