Show
Ignore:
Timestamp:
11/13/08 00:37:33 (13 months ago)
Author:
bsmith
Message:

commenting ignore blocks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/MidCenturyTemplateSet/plugins/MidCenturyTemplateSet/templates/blogbase/comment_response.mtml

    r1191 r1249  
    1 <mt:Ignore>figure out which comment is the newly submitted comment</mt:Ignore> 
     1<mt:Ignore><!-- figure out which comment is the newly submitted comment --></mt:Ignore> 
    22<mt:SetVarBlock name="comment_new"><mt:CommentID></mt:SetVarBlock> 
    33 
    4 <mt:Ignore>Return the complete list of comments.</mt:Ignore> 
     4<mt:Ignore><!-- Return the complete list of comments. --></mt:Ignore> 
    55<MTComments> 
    66    <MTCommentsHeader> 
     
    1414</MTComments> 
    1515 
    16 <mt:Ignore>Output messaging if necessary.</mt:Ignore> 
     16<mt:Ignore><!-- Output messaging if necessary. --></mt:Ignore> 
    1717<mt:If name="comment_pending"> 
    1818    <mt:Ignore><!-- Pending message when comment is being held for review --></mt:Ignore> 
     
    2222    <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p></mt:SetVarBlock> 
    2323</mt:If> 
     24 
    2425<mt:If name="message"><div id="comment-error" class="message"><mt:Var name="message" /></div></mt:If>