Skip to content
Snippets Groups Projects
Commit c1b25afc authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix text domain in PHPCS

parent 170ea81c
Branches
Tags
1 merge request!10Fix text domain in PHPCS
Pipeline #4914 passed
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<rule ref="WordPress.WP.I18n"> <rule ref="WordPress.WP.I18n">
<properties> <properties>
<!-- Value: replace the text domain used. --> <!-- Value: replace the text domain used. -->
<property name="text_domain" type="array" value="taxonomy_list_widget"/> <property name="text_domain" type="array" value="tag-list-widget"/>
</properties> </properties>
</rule> </rule>
<rule ref="WordPress.WhiteSpace.ControlStructureSpacing"> <rule ref="WordPress.WhiteSpace.ControlStructureSpacing">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment