* Make the 404 page a little friendlier
* Add a missing tab to the header.php
This commit is contained in:
Ian Stewart 2012-01-11 04:51:12 +00:00
parent 9e817e0aa4
commit ae85c2b76e
2 changed files with 3 additions and 3 deletions

View File

@ -13,11 +13,11 @@ get_header(); ?>
<article id="post-0" class="post error404 not-found">
<header class="entry-header">
<h1 class="entry-title"><?php _e( 'Well this is somewhat embarrassing, isn&rsquo;t it?', '_s' ); ?></h1>
<h1 class="entry-title"><?php _e( 'Oops! That page can&rsquo;t be found.', '_s' ); ?></h1>
</header>
<div class="entry-content">
<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;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(); ?>