Browse Source

remove i18n check

Ben Dwyer 4 years ago
parent
commit
1662fce712
1 changed files with 0 additions and 7 deletions
  1. 0 7
      phpcs.xml.dist

+ 0 - 7
phpcs.xml.dist

@@ -45,13 +45,6 @@
 		<type>warning</type>
 		<type>warning</type>
 	</rule>
 	</rule>
 
 
-	<!-- Set the correct textdomain for translation functions. -->
-	<rule ref="WordPress.WP.I18n">
-		<properties>
-			<property name="text_domain" type="array" value="zero-bs-crm" />
-		</properties>
-	</rule>
-
 	<!-- Directories and third party library exclusions. -->
 	<!-- Directories and third party library exclusions. -->
 	<exclude-pattern>/vendor/*</exclude-pattern>
 	<exclude-pattern>/vendor/*</exclude-pattern>