Skip to content

Commit c64ffc5

Browse files
committed
added wp_body_open() to header.php
1 parent b994da7 commit c64ffc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
</head>
3232

3333
<body <?php body_class(); ?>>
34-
34+
<?php wp_body_open(); ?>
3535
<?php get_template_part( 'template-parts/fp-header' ); ?>

0 commit comments

Comments
 (0)