Show
Ignore:
Timestamp:
05/28/08 07:11:02 (22 months ago)
Author:
takayama
Message:

Fixed BugId:79904
* Changed to use MTCommentLink
* Added support for filtering of no class to fetch_entries

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-39/default_templates/recent_comments.mtml

    r2394 r2450  
    77        <ul class="recent-comments-list"> 
    88        </mt:CommentsHeader> 
    9             <li><__trans phrase="<a href="[_1]">[_2] commented on [_3]</a>: [_4]" params="<mt:CommentEntry><$mt:EntryPermalink$></mt:CommentEntry>#comment-<$mt:CommentID$>%%<$mt:CommentAuthor$>%%<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>%%<$mt:CommentBody remove_html="1" trim_to="10"$>"></li> 
     9            <li><__trans phrase="<a href="[_1]">[_2] commented on [_3]</a>: [_4]" params="<$mt:CommentLink$>%%<$mt:CommentAuthor$>%%<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>%%<$mt:CommentBody remove_html="1" trim_to="10"$>"></li> 
    1010        <mt:CommentsFooter> 
    1111        </ul>