Changeset 2613 for branches/release-40/lib/MT/Template/ContextHandlers.pm
- Timestamp:
- 06/19/08 23:39:20 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/lib/MT/Template/ContextHandlers.pm
r2606 r2613 390 390 CommentDate => \&_hdlr_comment_date, 391 391 CommentParentID => \&_hdlr_comment_parent_id, 392 CommentReply Link => \&_hdlr_comment_reply_link,392 CommentReplyToLink => \&_hdlr_comment_reply_link, 393 393 CommentPreviewAuthor => \&_hdlr_comment_author, 394 394 CommentPreviewIP => \&_hdlr_comment_ip, … … 10672 10672 ########################################################################### 10673 10673 10674 =head2 CommentReply Link10674 =head2 CommentReplyToLink 10675 10675 10676 10676 Produces the "Reply" link for the current comment in context.
