add missing textdomain to taxonomy name

This commit is contained in:
2020-05-22 11:28:54 +02:00
parent dc366abcc4
commit c7d7d27f1c
4 changed files with 14 additions and 3 deletions

View File

@@ -17,6 +17,13 @@
<exclude name="WordPress.DB.SlowDBQuery.slow_db_query_tax_query"/>
</rule>
<!-- Verify usage of the correct textdomain for WP translation -->
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array" value="stklcode-liveticker"/>
</properties>
</rule>
<!-- PHP compatibility level -->
<config name="testVersion" value="5.6-"/>
<rule ref="PHPCompatibility"/>