Make WordPress Core

Changeset 9855


Ignore:
Timestamp:
11/24/2008 02:13:31 AM (17 years ago)
Author:
azaozz
Message:

Fix [9854] for i18n, props filosofo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r9854 r9855  
    11751175        <div class="comment-author vcard">
    11761176        <?php if ($args['avatar_size'] != 0) echo get_avatar( $comment, $args['avatar_size'] ); ?>
    1177         <cite class="fn"><?php comment_author_link(); ?></cite> <span class="says"><?php _e('says:'); ?></span>
     1177        <?php printf(__('<cite class="fn">%s</cite> <span class="says">says:</span>'), get_comment_author_link()) ?>
    11781178        </div>
    11791179<?php if ($comment->comment_approved == '0') : ?>
Note: See TracChangeset for help on using the changeset viewer.