woocommerce/includes/admin/meta-boxes
Rodrigo Primo f06ad5d78a Replace removed WordPress.Security.NonceVerification.NoNonceVerification
WordPress Coding Standard 2.0 removed the sniff
WordPress.Security.NonceVerification.NoNonceVerification:

```
The WordPress.Security.NonceVerification sniff used the same error code for both an error as well as a warning.
The old error code NoNonceVerification is no longer used.
The error now uses the Missing error code, while the warning now uses the Recommended error code.
```

(from
d45f5e5cf3/CHANGELOG.md (200-rc1---2018-12-31))

This commit updates WooCommerce code and replaces all instances where WordPress.Security.NonceVerification.NoNonceVerification verification was used with either WordPress.Security.NonceVerification.Missing or
WordPress.Security.NonceVerification.Recommended. In a few cases WordPress.Security.NonceVerification.NoNonceVerification was used but was not needed, so instead of replacing the sniff, the line was removed. In two other cases, I removed other unrelated sniffs that were not needed.
2019-12-13 17:45:32 -03:00
..
views Merge pull request #24208 from woocommerce/fix/order-screen-tax-calculation-to-honor-rounding-setting 2019-12-05 20:52:48 -03:00
class-wc-meta-box-coupon-data.php Removed space at the end of the line 2019-10-02 13:42:26 +02:00
class-wc-meta-box-order-actions.php Capitalize `T` in `Move to trash` on order page 2019-10-18 14:44:47 +01:00
class-wc-meta-box-order-data.php Added missing wp_unslash 2019-04-18 18:52:51 +01:00
class-wc-meta-box-order-downloads.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-meta-box-order-items.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-meta-box-order-notes.php Allow notes to be updated after other order screen events 2019-01-03 11:46:43 +00:00
class-wc-meta-box-product-data.php Replace removed WordPress.Security.NonceVerification.NoNonceVerification 2019-12-13 17:45:32 -03:00
class-wc-meta-box-product-images.php Update class-wc-meta-box-product-images.php 2019-09-14 09:13:48 +05:30
class-wc-meta-box-product-reviews.php PHPCS 2018-05-01 13:00:49 +01:00
class-wc-meta-box-product-short-description.php Just ENT_QUOTES is enough in https://github.com/woocommerce/woocommerce/pull/19349 2018-03-13 09:58:38 +00:00