Merge pull request #1331 from roots/simplify-404

Simplify 404 page
This commit is contained in:
Ben Word
2015-02-20 15:16:55 -06:00

View File

@@ -4,10 +4,4 @@
<?php _e('Sorry, but the page you were trying to view does not exist.', 'sage'); ?>
</div>
<p><?php _e('It looks like this was the result of either:', 'sage'); ?></p>
<ul>
<li><?php _e('a mistyped address', 'sage'); ?></li>
<li><?php _e('an out-of-date link', 'sage'); ?></li>
</ul>
<?php get_search_form(); ?>