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

Merge branch 'fix/text-domain' into 'master'

Fix text domain in PHPCS

See merge request !10
parents 170ea81c c1b25afc
Branches
Tags
1 merge request!10Fix text domain in PHPCS
Pipeline #4915 passed
......@@ -39,7 +39,7 @@
<rule ref="WordPress.WP.I18n">
<properties>
<!-- 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>
</rule>
<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