From 112179f8d255a5ff7e07fbee6b82fe01608f043a Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 30 Aug 2020 14:14:06 -0700 Subject: [PATCH] Ignore PHPCS here too --- default-template.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/default-template.php b/default-template.php index 460c9b1..8758c1d 100644 --- a/default-template.php +++ b/default-template.php @@ -1,4 +1,6 @@ -<!DOCTYPE html> +<?php +// phpcs:ignoreFile -- legacy code in need of refactoring. +?><!DOCTYPE html> <html> <head> <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title> @@ -40,4 +42,4 @@ <p class="copyright">Copyright ©<?php echo date( 'Y' ); ?> <strong><?php bloginfo( 'name' ); ?></strong> unless otherwise noted.</p> </body> -</html> \ No newline at end of file +</html> -- GitLab