From 14d29b036d1963daf4ee6f41dc3e94fb478ab90a Mon Sep 17 00:00:00 2001 From: Tiago Noronha Date: Tue, 1 Aug 2017 15:55:25 +0100 Subject: [PATCH] Add missing PHP opening and closing tags. --- inc/custom-header.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/inc/custom-header.php b/inc/custom-header.php index 39b5a1f..91715e8 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -10,9 +10,11 @@ * * You can add the WooCommerce Mini Cart to header.php like so ... * - if ( function_exists( '_s_woocommerce_header_cart' ) ) { - _s_woocommerce_header_cart(); - } + * * @package _s */