Skip to content
Snippets Groups Projects
Commit 112179f8 authored by Erick Hitter's avatar Erick Hitter
Browse files

Ignore PHPCS here too

parent a1faceb2
No related branches found
No related tags found
Loading
Pipeline #2756 passed
<!DOCTYPE html> <?php
// phpcs:ignoreFile -- legacy code in need of refactoring.
?><!DOCTYPE html>
<html> <html>
<head> <head>
<title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title> <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title>
...@@ -40,4 +42,4 @@ ...@@ -40,4 +42,4 @@
<p class="copyright">Copyright &copy;<?php echo date( 'Y' ); ?> <strong><?php bloginfo( 'name' ); ?></strong> unless otherwise noted.</p> <p class="copyright">Copyright &copy;<?php echo date( 'Y' ); ?> <strong><?php bloginfo( 'name' ); ?></strong> unless otherwise noted.</p>
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment