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

Fix PHPCS config for new textdomain

parent 9cd536d2
Branches
Tags
1 merge request!15Update translation textdomain per WP standards
Pipeline #4727 passed with warnings
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
......@@ -38,7 +38,7 @@
<rule ref="WordPress.WP.I18n">
<properties>
<!-- Value: replace the text domain used. -->
<property name="text_domain" type="array" value="wp_revisions_control"/>
<property name="text_domain" type="array" value="wp-revisions-control"/>
</properties>
</rule>
<rule ref="WordPress.WhiteSpace.ControlStructureSpacing">
......
......@@ -6,7 +6,7 @@
* Author: Erick Hitter
* Version: 1.4
* Author URI: https://ethitter.com/
* Text Domain: wp_revisions_control
* Text Domain: wp-revisions-control
* Domain Path: /languages/
*
* @package WP_Revisions_Control
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment