forked from mirror/_s
Remove 'hfeed' class from header.php
* This was moved to inc/extras.php to be added via body_class filter
This commit is contained in:
parent
1f85e9b067
commit
3e8580d518
|
@ -21,7 +21,7 @@
|
|||
</head>
|
||||
|
||||
<body <?php body_class(); ?>>
|
||||
<div id="page" class="hfeed site">
|
||||
<div id="page" class="site">
|
||||
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', '_s' ); ?></a>
|
||||
|
||||
<header id="masthead" class="site-header" role="banner">
|
||||
|
|
Reference in New Issue