Skip to content

Commit

Permalink
Fixed a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeThomsen committed Jul 3, 2010
1 parent 07e3614 commit fb0ac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MT/Template/ContextHandlers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13879,7 +13879,7 @@ sub _hdlr_categories {
);
};

#This blog looks for the tag or tags attribute
#This block looks for the tag or tags attribute
#and then attempts to build a tag filter subroutine for the specified value
my $tag_filter = undef;
if (my $tag_arg = $args->{tags} || $args->{tag}) {
Expand Down

0 comments on commit fb0ac14

Please sign in to comment.