Skip to content

Commit

Permalink
_s: Remove .error404 class, it is used by core in body_class(). Props
Browse files Browse the repository at this point in the history
@mfields. Fixes #195.
  • Loading branch information
obenland committed May 25, 2013
1 parent 7a570be commit 49bc3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div id="primary" class="content-area">
<div id="content" class="site-content" role="main">

<article id="post-0" class="post error404 not-found">
<article id="post-0" class="post not-found">
<header class="entry-header">
<h1 class="entry-title"><?php _e( 'Oops! That page can&rsquo;t be found.', '_s' ); ?></h1>
</header><!-- .entry-header -->
Expand Down Expand Up @@ -48,7 +48,7 @@
<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>

</div><!-- .entry-content -->
</article><!-- #post-0 .post .error404 .not-found -->
</article><!-- #post-0 .post .not-found -->

</div><!-- #content -->
</div><!-- #primary -->
Expand Down

0 comments on commit 49bc3a5

Please sign in to comment.