MTCommentReplyToLink
コメント返信機能で特定のコメントに返信する為のリンクを出力します。リンクは 確認 というテキストで表示されます。リンクのテキストは text モディファイアでカスタマイズできます。
使い方
<p class="comment-footer">
Posted by
<$mt:CommentAuthorLink default_name="匿名"$> <$mt:CommentAuthorIdentity$> |
<a href="#comment-<$mt:CommentID$>"><$mt:CommentDate$></a> |
<$mt:CommentReplyToLink$>
</p>
モディファイア
- text="foo"
-
値を返信リンクのテキストとして使用します。省略した場合は 返信 というテキストでリンクを出力します。
Updated on 2008-10-14, 15:30 .

