wc_selected handles escaping
This commit is contained in:
parent
5e28b6b88e
commit
aeb9d3fe65
|
@ -49,7 +49,7 @@
|
||||||
</rule>
|
</rule>
|
||||||
<rule ref="WordPress.XSS.EscapeOutput">
|
<rule ref="WordPress.XSS.EscapeOutput">
|
||||||
<properties>
|
<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>
|
</properties>
|
||||||
</rule>
|
</rule>
|
||||||
<rule ref="WordPress.WP.I18n">
|
<rule ref="WordPress.WP.I18n">
|
||||||
|
|
Loading…
Reference in New Issue