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

Applying new attributes on count tags.

Files:
1 modified

Legend:

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

    r1963 r1976  
    77    <MTComments> 
    88        <MTCommentsHeader> 
    9     <h2 class="comments-header"><mt:if tag="EntryCommentCount" eq="1"><__trans phrase="1 Comment"><mt:else><__trans phrase="[_1] Comments" params="<$MTEntryCommentCount$>"></mt:if></h2> 
     9    <h2 class="comments-header"><$MTEntryCommentCount singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">"$></h2> 
    1010    <div class="comments-content"> 
    1111        </MTCommentsHeader>