From 6bd57dd4caa0a9fc48f13384654bb85ea786e6be Mon Sep 17 00:00:00 2001 From: koenemann Date: Fri, 27 Jan 2017 13:22:02 +0100 Subject: [PATCH] fixing some more PHPCBF issues --- global-templates/hero.php | 4 ++-- global-templates/left-sidebar-check.php | 9 +++++++++ inc/custom-header.php | 12 +++++++++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/global-templates/hero.php b/global-templates/hero.php index 3c083ae..1cb20b1 100644 --- a/global-templates/hero.php +++ b/global-templates/hero.php @@ -7,7 +7,7 @@ ?> - +
@@ -17,4 +17,4 @@
- \ No newline at end of file + diff --git a/global-templates/left-sidebar-check.php b/global-templates/left-sidebar-check.php index b46449d..a258f3a 100644 --- a/global-templates/left-sidebar-check.php +++ b/global-templates/left-sidebar-check.php @@ -1,3 +1,12 @@ + + get_parent_theme_file_uri( '/img/header.jpg' ), 'width' => 2000, 'height' => 1200, - 'flex-height' => true + 'flex-height' => true, ) ) ); register_default_headers( array( @@ -33,4 +39,4 @@ function understrap_custom_header_setup() { ), ) ); } -add_action( 'after_setup_theme', 'understrap_custom_header_setup' ); \ No newline at end of file +add_action( 'after_setup_theme', 'understrap_custom_header_setup' );