_s: Remove .error404 class, it is used by core in `body_class()`. Props

@mfields. Fixes #195.
This commit is contained in:
obenland 2013-05-25 11:59:09 +02:00
parent 7a570bef38
commit 49bc3a577a
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ get_header(); ?>
<div id="primary" class="content-area"> <div id="primary" class="content-area">
<div id="content" class="site-content" role="main"> <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"> <header class="entry-header">
<h1 class="entry-title"><?php _e( 'Oops! That page can&rsquo;t be found.', '_s' ); ?></h1> <h1 class="entry-title"><?php _e( 'Oops! That page can&rsquo;t be found.', '_s' ); ?></h1>
</header><!-- .entry-header --> </header><!-- .entry-header -->
@ -48,7 +48,7 @@ get_header(); ?>
<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?> <?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>
</div><!-- .entry-content --> </div><!-- .entry-content -->
</article><!-- #post-0 .post .error404 .not-found --> </article><!-- #post-0 .post .not-found -->
</div><!-- #content --> </div><!-- #content -->
</div><!-- #primary --> </div><!-- #primary -->