From 8ebcdc086cde55550b0224b16874eb8fb364a0f2 Mon Sep 17 00:00:00 2001 From: Azhar Khan Date: Sun, 28 Aug 2022 11:16:20 +0530 Subject: [PATCH] fix php comment, remove php tag With this, it is very easy for developer to add new custom header, they will simple uncomment the LINE 7. Changes: -Removed PHP Tag opening and closing (Since it is already opened at top) -Add comment asterisk --- inc/custom-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/custom-header.php b/inc/custom-header.php index 5176f17181..4663619a4d 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -4,7 +4,7 @@ * * You can add an optional custom header image to header.php like so ... * - + * the_header_image_tag(); * * @link https://developer.wordpress.org/themes/functionality/custom-headers/ *