template/wordpress/archive.php in edge_framework-1.4.0 vs template/wordpress/archive.php in edge_framework-1.4.1

- old
+ new

@@ -9,10 +9,10 @@ if (is_tag() ) { $context["title"] = single_tag_title("", false); } else if (is_category() ){ $context["title"] = single_cat_title("", false); - array_unshift($templates, "archive-" . get_query_var("cat") . ".twig") + array_unshift($templates, "archive-" . get_query_var("cat") . ".twig"); } else if (is_post_type_archive() ){ $context["title"] = post_type_archive_title("", false); array_unshift($templates, "archive-" . get_post_type() . ".twig"); } \ No newline at end of file