Skip to content

Commit

Permalink
Add missing dash. Bug 713.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@2106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
rboren committed Jan 19, 2005
1 parent fdb5bdb commit e8aff31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-blog-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
include(get_page_template());
exit;
} else if ( is_category() && file_exists("$wp_template_dir/category-" . get_query_var('cat') . '.php') ) {
include("$wp_template_dir/category" . get_query_var('cat') . '.php');
include("$wp_template_dir/category-" . get_query_var('cat') . '.php');
exit;
} else if ( is_category() && file_exists("$wp_template_dir/category.php") ) {
include("$wp_template_dir/category.php");
Expand Down

0 comments on commit e8aff31

Please sign in to comment.