Explorar el Código

remove i18n check

Ben Dwyer hace 4 años
padre
commit
1662fce712
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      phpcs.xml.dist

+ 0 - 7
phpcs.xml.dist

@@ -45,13 +45,6 @@
 		<type>warning</type>
 	</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. -->
 	<exclude-pattern>/vendor/*</exclude-pattern>