From 10cf6b0a64d5ce426822303c6ace2486bf783234 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 7 Feb 2013 15:30:36 -0600 Subject: [PATCH] Update 404 template based on H5BP --- 404.php | 9 ++++----- lib/utils.php | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/404.php b/404.php index 33ac3e8..a4ba766 100644 --- a/404.php +++ b/404.php @@ -2,14 +2,13 @@
× -

+

-

+

\ No newline at end of file diff --git a/lib/utils.php b/lib/utils.php index 9aa8d71..7e0dfe1 100644 --- a/lib/utils.php +++ b/lib/utils.php @@ -84,7 +84,7 @@ function roots_title() { } elseif (is_search()) { printf(__('Search Results for %s', 'roots'), get_search_query()); } elseif (is_404()) { - _e('File Not Found', 'roots'); + _e('Not Found', 'roots'); } else { the_title(); }