wc_selected handles escaping

This commit is contained in:
Mike Jolley 2018-04-24 19:25:20 +01:00
parent 5e28b6b88e
commit aeb9d3fe65
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" />
<property name="customEscapingFunctions" type="array" value="wc_help_tip,wc_sanitize_tooltip,wc_selected" />
</properties>
</rule>
<rule ref="WordPress.WP.I18n">