Simplify 404 page

Related: 782aefab7e
This commit is contained in:
Ben Word
2015-02-20 15:16:19 -06:00
parent a8819028f0
commit 80b821575a

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(); ?>