Remove unwanted text-domains from WPCS checks and fix missed old text-domains

This commit is contained in:
Jb 2019-11-23 18:48:10 +01:00
parent 7e8c847471
commit 6422f7fd24
4 changed files with 5 additions and 5 deletions

View file

@ -143,7 +143,7 @@
provided as a comma-delimited list. -->
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array" value="wporg-5ftf,wordpressorg,wporg" />
<property name="text_domain" type="array" value="wporg-5ftf" />
</properties>
</rule>
</ruleset>