Skip to content

Commit

Permalink
Remove 'hfeed' class from header.php
Browse files Browse the repository at this point in the history
* This was moved to inc/extras.php to be added via body_class filter
  • Loading branch information
sixhours committed Sep 16, 2015
1 parent 1f85e9b commit 3e8580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

1 comment on commit 3e8580d

@jmcbee
Copy link

@jmcbee jmcbee commented on 3e8580d Nov 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question. What's the purpose of this div? Why is this div necessary?

Please sign in to comment.