Show
Ignore:
Timestamp:
04/18/08 05:09:05 (20 months ago)
Author:
bchoate
Message:

Fixed trackbacks anchor link and using new count tag attributes. BugId:79363

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/default_templates/entry_summary.mtml

    r1961 r1975  
    1212            </span> 
    1313<MTUnless name="hide_counts" eq="1"> 
    14             <MTIfCommentsActive><span class="separator">|</span> <a href="<$MTEntryPermalink$>#comments"><mt:if tag="EntryCommentCount" eq="1"><__trans phrase="1 Comment"><mt:else><__trans phrase="[_1] Comments" params="<$MTEntryCommentCount$>"></mt:if></a></MTIfCommentsActive> 
    15             <MTIfPingsActive><span class="separator">|</span> <a href="<$MTEntryPermalink$>#trackback"><mt:if tag="EntryTrackbackCount" eq="1"><__trans phrase="1 TrackBack"><mt:else><__trans phrase="[_1] TrackBacks" params="<$MTEntryTrackbackCount$>"></mt:if></a></MTIfPingsActive> 
     14            <MTIfCommentsActive><span class="separator">|</span> <a href="<$MTEntryPermalink$>#comments"><$MTEntryCommentCount" singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">"$></a></MTIfCommentsActive> 
     15            <MTIfPingsActive><span class="separator">|</span> <a href="<$MTEntryPermalink$>#trackbacks"><$MTEntryTrackbackCount singular="<__trans phrase="1 TrackBack">" plural="<__trans phrase="# TrackBacks">"$></a></MTIfPingsActive> 
    1616</MTUnless> 
    1717        </div>