Fixed typo

This commit is contained in:
Claudio Sanches 2017-11-21 10:47:42 -02:00
parent 914ebef337
commit 56888d334c
1 changed files with 1 additions and 3 deletions

View File

@ -18,14 +18,13 @@
<config name="minimum_supported_wp_version" value="4.5" />
<config name="testVersion" value="5.2-"/>
<!-- Rueles -->
<!-- Rules -->
<rule ref="PHPCompatibility"/>
<rule ref="WordPress">
<exclude name="WordPress.VIP.RestrictedFunctions" />
<exclude name="WordPress.VIP.OrderByRand" />
</rule>
<rule ref="WordPress.VIP.ValidatedSanitizedInput">
<properties>
<property name="customSanitizingFunctions" type="array" value="wc_clean,wc_sanitize_tooltip,wc_format_decimal,wc_stock_amount" />
@ -36,7 +35,6 @@
<property name="customEscapingFunctions" type="array" value="wc_help_tip,wc_sanitize_tooltip" />
</properties>
</rule>
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array" value="woocommerce" />