forked from mirror/_s
_s: Remove .error404 class, it is used by core in `body_class()`. Props
@mfields. Fixes #195.
This commit is contained in:
parent
7a570bef38
commit
49bc3a577a
4
404.php
4
404.php
|
@ -10,7 +10,7 @@ get_header(); ?>
|
|||
<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’t be found.', '_s' ); ?></h1>
|
||||
</header><!-- .entry-header -->
|
||||
|
@ -48,7 +48,7 @@ get_header(); ?>
|
|||
<?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 -->
|
||||
|
|
Reference in New Issue