From df771316d1668348cb30b49a1e4e7dd5a594c666 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 11 Jan 2019 04:59:23 +0000 Subject: [PATCH] Coding Standards: `template.php` isn't a template tag file. `WordPress.Files.FileName.InvalidTemplateTagFileName` shouldn't apply to it. See #45934. git-svn-id: https://develop.svn.wordpress.org/trunk@44561 602fd350-edb4-49c9-b593-d223f7449a82 --- phpcs.xml.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index f933e0f0d9..a3ae8f83d3 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -104,6 +104,11 @@ /wp-config-sample\.php + + + /src/wp-includes/template\.php + +