Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
s/ctag/tag/
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Feb 25, 2012
1 parent f63b1d6 commit 83b96a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/template-modules.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function update_template_hierarchy() {
$tag = get_queried_object(); $tag = get_queried_object();


$templates[] = "tag-{$tag->slug}.php"; $templates[] = "tag-{$tag->slug}.php";
$templates[] = "tag-{$ctag->term_id}.php"; $templates[] = "tag-{$tag->term_id}.php";
$templates[] = "tag.php"; $templates[] = "tag.php";
} }


Expand Down

0 comments on commit 83b96a6

Please sign in to comment.