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

Fix text domain in PHPCS config

parent ad856083
No related branches found
No related tags found
1 merge request!9Fix text domain in PHPCS config
Pipeline #4912 passed
......@@ -39,7 +39,7 @@
<rule ref="WordPress.WP.I18n">
<properties>
<!-- Value: replace the text domain used. -->
<property name="text_domain" type="array" value="wp_print_friendly"/>
<property name="text_domain" type="array" value="wp-print-friendly"/>
</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