|
Revision 2604, 0.7 kB
(checked in by bsmith, 17 months ago)
|
|
bugzid:79938 - Normalizing Template Tags - converting ifnonzero & ifnonempty to if, setvar & getvar to var, etc
|
-
Property svn:keywords set to
Id Date Author Revision
|
| Line | |
|---|
| 1 | <mt:If tag="BlogCommentCount"> |
|---|
| 2 | <mt:Comments lastn="10" sort_order="descend"> |
|---|
| 3 | <mt:CommentsHeader> |
|---|
| 4 | <div class="widget-recent-comments widget"> |
|---|
| 5 | <h3 class="widget-header"><__trans phrase="Recent Comments"></h3> |
|---|
| 6 | <div class="widget-content"> |
|---|
| 7 | <ul class="recent-comments-list"> |
|---|
| 8 | </mt:CommentsHeader> |
|---|
| 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> |
|---|
| 10 | <mt:CommentsFooter> |
|---|
| 11 | </ul> |
|---|
| 12 | </div> |
|---|
| 13 | </div> |
|---|
| 14 | </mt:CommentsFooter> |
|---|
| 15 | </mt:Comments> |
|---|
| 16 | </mt:If> |
|---|