template/wordpress/404.php in edge_framework-0.6.0 vs template/wordpress/404.php in edge_framework-0.6.1
- old
+ new
@@ -1,10 +1,11 @@
<?php
-/**
- * The template for displaying Error 404 (Page not found)
- */
+/* ----------------------
+ Error 404 Template
+---------------------- */
get_header(); ?>
-<h1>404 Not Found</h1>
-<p>To customize this message, edit "404.php"</p>
+<p><small>404.php</small></p>
+
+<h1>Page Not Found</h1>
<?php get_footer(); ?>
\ No newline at end of file