From fb0ac142b9aa238678a4d06998bff1f59f8d8301 Mon Sep 17 00:00:00 2001 From: Mike R T Date: Fri, 2 Jul 2010 20:52:01 -0400 Subject: [PATCH] Fixed a comment. --- lib/MT/Template/ContextHandlers.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MT/Template/ContextHandlers.pm b/lib/MT/Template/ContextHandlers.pm index 0254545f6..5f8ad731e 100644 --- a/lib/MT/Template/ContextHandlers.pm +++ b/lib/MT/Template/ContextHandlers.pm @@ -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}) {