Skip to content

Commit 5732208

Browse files
committed
add comments on header
1 parent 0462d50 commit 5732208

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

header.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
?>
1616
<body <?php body_class(); ?>>
1717
<?php do_action( 'cc_theme_before_header' ); ?>
18-
18+
<!--BEGIN HEADER-->
1919
<header class="main-header">
2020
<?php do_action( 'cc_theme_before_header_content' ); ?>
2121
<div class="container">
@@ -49,4 +49,5 @@
4949
</div>
5050
<?php do_action( 'cc_theme_after_header_content' ); ?>
5151
</header>
52+
<!--END HEADER-->
5253
<?php do_action( 'cc_theme_after_header' ); ?>

0 commit comments

Comments
 (0)