mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
Fix [9854] for i18n, props filosofo
git-svn-id: https://develop.svn.wordpress.org/trunk@9855 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
68288439aa
commit
cb9e9eb715
@ -1174,7 +1174,7 @@ class Walker_Comment extends Walker {
|
||||
<?php endif; ?>
|
||||
<div class="comment-author vcard">
|
||||
<?php if ($args['avatar_size'] != 0) echo get_avatar( $comment, $args['avatar_size'] ); ?>
|
||||
<cite class="fn"><?php comment_author_link(); ?></cite> <span class="says"><?php _e('says:'); ?></span>
|
||||
<?php printf(__('<cite class="fn">%s</cite> <span class="says">says:</span>'), get_comment_author_link()) ?>
|
||||
</div>
|
||||
<?php if ($comment->comment_approved == '0') : ?>
|
||||
<em><?php _e('Your comment is awaiting moderation.') ?></em>
|
||||
|
Loading…
x
Reference in New Issue
Block a user