Add a new line into header.php

This commit is contained in:
te2dy 2021-09-09 09:35:25 +02:00
parent 5459741923
commit e767af9259
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
$marianne_body_class .= ' text-shadow';
}
?>
<body <?php body_class( $marianne_body_class ); ?>>
<?php
if ( function_exists( 'wp_body_open' ) ) {