forked from mirror/_s
* Make the 404 page a little friendlier * Add a missing tab to the header.php
This commit is contained in:
parent
9e817e0aa4
commit
ae85c2b76e
4
404.php
4
404.php
|
@ -13,11 +13,11 @@ get_header(); ?>
|
||||||
|
|
||||||
<article id="post-0" class="post error404 not-found">
|
<article id="post-0" class="post error404 not-found">
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<h1 class="entry-title"><?php _e( 'Well this is somewhat embarrassing, isn’t it?', '_s' ); ?></h1>
|
<h1 class="entry-title"><?php _e( 'Oops! That page can’t be found.', '_s' ); ?></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.', '_s' ); ?></p>
|
<p><?php _e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', '_s' ); ?></p>
|
||||||
|
|
||||||
<?php get_search_form(); ?>
|
<?php get_search_form(); ?>
|
||||||
|
|
||||||
|
|
Reference in New Issue