Changeset 2613

Show
Ignore:
Timestamp:
06/19/08 23:39:20 (17 months ago)
Author:
bsmith
Message:

bugzid:80096 - changing CommentReplyLink tag to CommentReplyToLink to avoid conflicts with Simply Threaded plugin

Location:
branches/release-40
Files:
9 modified
1 moved

Legend:

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

    r2603 r2613  
    2727                            | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$mt:CommentDate format_name="iso8601"$>"><$mt:CommentDate$></abbr></a> 
    2828        <mt:IfCommentsAccepted> 
    29                             | <$mt:CommentReplyLink$> 
     29                            | <$mt:CommentReplyToLink$> 
    3030        </mt:IfCommentsAccepted> 
    3131                        </span> 
  • branches/release-40/lib/MT/L10N/de.pm

    r2456 r2613  
    5858        'Category Weekly' => 'Kategorie wöchentlich', 
    5959 
    60 ## php/lib/function.mtcommentreplylink.php 
     60## php/lib/function.mtcommentreplytolink.php 
    6161        'Reply' => 'Antworten', 
    6262 
  • branches/release-40/lib/MT/L10N/es.pm

    r2456 r2613  
    5858        'Category Weekly' => 'Categorías semanales', 
    5959 
    60 ## php/lib/function.mtcommentreplylink.php 
     60## php/lib/function.mtcommentreplytolink.php 
    6161        'Reply' => 'Responder', 
    6262 
  • branches/release-40/lib/MT/L10N/fr.pm

    r2405 r2613  
    44# 
    55# 
    6 # $Id:$ 
     6# $Id$ 
    77 
    88package MT::L10N::fr; 
     
    5555        'Category Weekly' => 'Par catégories et semaines', 
    5656 
    57 ## php/lib/function.mtcommentreplylink.php 
     57## php/lib/function.mtcommentreplytolink.php 
    5858        'Reply' => 'Répondre', 
    5959 
  • branches/release-40/lib/MT/L10N/ja.pm

    r2564 r2613  
    7777## php/lib/function.mtcommentauthor.php 
    7878 
    79 ## php/lib/function.mtcommentreplylink.php 
     79## php/lib/function.mtcommentreplytolink.php 
    8080        'Reply' => '返信', 
    8181 
  • branches/release-40/lib/MT/L10N/nl.pm

    r2456 r2613  
    5858        'Category Weekly' => 'per categorie per week', 
    5959 
    60 ## php/lib/function.mtcommentreplylink.php 
     60## php/lib/function.mtcommentreplytolink.php 
    6161        'Reply' => 'Antwoorden', 
    6262 
  • branches/release-40/lib/MT/Template/ContextHandlers.pm

    r2606 r2613  
    390390            CommentDate => \&_hdlr_comment_date, 
    391391            CommentParentID => \&_hdlr_comment_parent_id, 
    392             CommentReplyLink => \&_hdlr_comment_reply_link, 
     392            CommentReplyToLink => \&_hdlr_comment_reply_link, 
    393393            CommentPreviewAuthor => \&_hdlr_comment_author, 
    394394            CommentPreviewIP => \&_hdlr_comment_ip, 
     
    1067210672########################################################################### 
    1067310673 
    10674 =head2 CommentReplyLink 
     10674=head2 CommentReplyToLink 
    1067510675 
    1067610676Produces the "Reply" link for the current comment in context. 
  • branches/release-40/php/lib/function.mtcommentreplytolink.php

    r2256 r2613  
    66# $Id$ 
    77 
    8 function smarty_function_mtcommentreplylink($args, &$ctx) { 
     8function smarty_function_mtcommentreplytolink($args, &$ctx) { 
    99    $comment = $ctx->stash('comment'); 
    1010    if (!$comment) return ''; 
  • branches/release-40/php/lib/l10n_ja.php

    r2412 r2613  
    6969## php/lib/function.mtcommentauthor.php 
    7070 
    71 ## php/lib/function.mtcommentreplylink.php 
     71## php/lib/function.mtcommentreplytolink.php 
    7272        'Reply' => '返信', 
    7373 
  • branches/release-40/tmpl/cms/include/comment_detail.tmpl

    r2003 r2613  
    99                   </MTCommentParent> 
    1010                   <__trans phrase="on [_1]" params='<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'> 
    11                    <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted> 
     11                   <MTIfCommentsAccepted> | <$MTCommentReplyToLink$></MTIfCommentsAccepted> 
    1212               </span> 
    1313            </div>