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
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,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="wp_revisions_control"/> <property name="text_domain" type="array" value="wp-revisions-control"/>
</properties> </properties>
</rule> </rule>
<rule ref="WordPress.WhiteSpace.ControlStructureSpacing"> <rule ref="WordPress.WhiteSpace.ControlStructureSpacing">
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Author: Erick Hitter * Author: Erick Hitter
* Version: 1.4 * Version: 1.4
* Author URI: https://ethitter.com/ * Author URI: https://ethitter.com/
* Text Domain: wp_revisions_control * Text Domain: wp-revisions-control
* Domain Path: /languages/ * Domain Path: /languages/
* *
* @package WP_Revisions_Control * @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