Changeset 2327

Show
Ignore:
Timestamp:
05/14/08 09:26:21 (21 months ago)
Author:
auno
Message:

Fixed misspelling. BugzID:79735

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/php/lib/function.mtcommentlink.php

    r1174 r2327  
    88function smarty_function_mtcommentlink($args, &$ctx) { 
    99    $args['no_anchor'] = 1; 
    10     $entry_link = $ctx->tag('EntryPermaink', $args); 
     10    $entry_link = $ctx->tag('EntryPermalink', $args); 
    1111    $entry_link .= '#comment-' . $ctx['comment_id']; 
    1212    return $link;