Update 404 template based on H5BP

This commit is contained in:
Ben Word
2013-02-07 15:30:36 -06:00
parent be2e203cc5
commit 10cf6b0a64
2 changed files with 5 additions and 6 deletions

View File

@@ -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();
}