Add woocommerce as allowed textdomain in the phpcs config
This commit is contained in:
parent
5f2c340508
commit
bffb5c50c7
|
|
@ -41,7 +41,10 @@
|
|||
-->
|
||||
<rule ref="WordPress.WP.I18n">
|
||||
<properties>
|
||||
<property name="text_domain" type="array" value="understrap"/>
|
||||
<property name="text_domain" type="array">
|
||||
<element value="understrap"/>
|
||||
<element value="woocommerce"/>
|
||||
</property>
|
||||
</properties>
|
||||
</rule>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue