Update 404 template based on H5BP
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user