|
Revision 1221, 1.0 kB
(checked in by bsmith, 23 months ago)
|
|
bugzid:59992 - removing comment and trackback counts from search result default blog templates
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <div class="asset-meta"> |
|---|
| 2 | <span class="byline vcard"> |
|---|
| 3 | <MTIfNonEmpty tag="EntryAuthorDisplayName"> |
|---|
| 4 | <__trans phrase="By [_1] on [_2]" params="<address class="vcard author"><$MTEntryAuthorLink show_hcard="1"$></address>%%<abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$>"> |
|---|
| 5 | <MTElse> |
|---|
| 6 | <abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr> |
|---|
| 7 | </MTIfNonEmpty> |
|---|
| 8 | </span> |
|---|
| 9 | <span class="separator">|</span> <a class="permalink" rel="bookmark" href="<$MTEntryPermalink$>"><__trans phrase="Permalink"></a> |
|---|
| 10 | <MTUnless name="hide_counts" eq="1"> |
|---|
| 11 | <MTIfCommentsActive>| <a href="<$MTEntryPermalink$>#comments"><__trans phrase="Comments ([_1])" params="<$MTEntryCommentCount$>"></a></MTIfCommentsActive> |
|---|
| 12 | <MTIfPingsActive>| <a href="<$MTEntryPermalink$>#trackback"><__trans phrase="TrackBacks ([_1])" params="<$MTEntryTrackbackCount$>"></a></MTIfPingsActive> |
|---|
| 13 | </MTUnless> |
|---|
| 14 | </div> |
|---|