Add wp_body_open() shim for sites older than 5.2
This commit is contained in:
parent
28f0a5b4e5
commit
8573a2a325
2 changed files with 12 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
</head>
|
||||
|
||||
<body <?php body_class(); ?>>
|
||||
<?php wp_body_open(); ?>
|
||||
<div id="page" class="site">
|
||||
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', '_s' ); ?></a>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue