File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1111 <exclude-pattern >*/templates/emails/plain/*</exclude-pattern >
1212 <properties >
1313 <!-- e.g. body_class, the_content, the_excerpt -->
14- <property name =" customAutoEscapedFunctions" type =" array" value =" woocommerce_wp_select,wcs_help_tip" />
14+ <property name =" customAutoEscapedFunctions" type =" array" >
15+ <element value =" woocommerce_wp_select" />
16+ <element value =" wcs_help_tip" />
17+ </property >
1518 <!-- e.g. esc_attr, esc_html, esc_url-->
16- <property name =" customEscapingFunctions" type =" array" value =" wcs_json_encode,htmlspecialchars,wp_kses_allow_underscores" />
19+ <property name =" customEscapingFunctions" type =" array" >
20+ <element value =" wcs_json_encode" />
21+ <element value =" htmlspecialchars" />
22+ <element value =" wp_kses_allow_underscores" />
23+ </property >
1724 </properties >
1825 </rule >
1926</ruleset >
You can’t perform that action at this time.
0 commit comments