Added wc_kses_notice as escaping function to PHPCS.

This commit is contained in:
Peter Fabian 2018-08-23 14:31:40 +02:00
parent dde3c9fa7b
commit 2f0505a73f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
</rule>
<rule ref="WordPress.XSS.EscapeOutput">
<properties>
<property name="customEscapingFunctions" type="array" value="wc_help_tip,wc_sanitize_tooltip,wc_selected" />
<property name="customEscapingFunctions" type="array" value="wc_help_tip,wc_sanitize_tooltip,wc_selected,wc_kses_notice" />
</properties>
</rule>
<rule ref="WordPress.WP.I18n">