From 628601415bdfb6eacc76428f799038a019e94ccd Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Thu, 14 Nov 2019 18:16:31 +0100 Subject: [PATCH] No period for summary in file headers According to WP's PHP documentation standards on file headers. See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#6-file-headers. --- 404.php | 2 +- archive.php | 2 +- author.php | 2 +- comments.php | 2 +- footer.php | 2 +- global-templates/hero.php | 2 +- global-templates/left-sidebar-check.php | 2 +- global-templates/right-sidebar-check.php | 2 +- header.php | 2 +- inc/custom-comments.php | 2 +- inc/custom-header.php | 2 +- inc/deprecated.php | 2 +- inc/extras.php | 2 +- inc/hooks.php | 2 +- inc/pagination.php | 2 +- inc/setup.php | 2 +- inc/template-tags.php | 2 +- index.php | 2 +- loop-templates/content-blank.php | 2 +- loop-templates/content-empty.php | 2 +- loop-templates/content-none.php | 2 +- loop-templates/content-search.php | 2 +- loop-templates/content-single.php | 2 +- loop-templates/content.php | 2 +- page.php | 2 +- search.php | 2 +- sidebar-templates/sidebar-footerfull.php | 2 +- sidebar-templates/sidebar-hero.php | 2 +- sidebar-templates/sidebar-herocanvas.php | 2 +- sidebar-templates/sidebar-left.php | 2 +- sidebar-templates/sidebar-right.php | 2 +- sidebar-templates/sidebar-statichero.php | 2 +- sidebar.php | 2 +- single.php | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/404.php b/404.php index d0e4a93..2298a86 100644 --- a/404.php +++ b/404.php @@ -1,6 +1,6 @@ section and everything up till
* diff --git a/inc/custom-comments.php b/inc/custom-comments.php index 043ad3c..cf38f26 100644 --- a/inc/custom-comments.php +++ b/inc/custom-comments.php @@ -1,6 +1,6 @@