From 1bf6817e44d6764445e4b08dcf49bda1f2c15fc9 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 12 Jun 2017 01:41:31 +0200 Subject: [PATCH] WPCS: verify the text domain provided for all translatable strings. Ref: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#internationalization-setting-your-text-domain --- codesniffer.ruleset.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/codesniffer.ruleset.xml b/codesniffer.ruleset.xml index 2d06727b..370904f2 100644 --- a/codesniffer.ruleset.xml +++ b/codesniffer.ruleset.xml @@ -2,6 +2,7 @@ + A custom set of code standard rules to check for WordPress themes. @@ -13,6 +14,14 @@ + + + + + + +