Fix [9854] for i18n, props filosofo
git-svn-id: http://svn.automattic.com/wordpress/trunk@9855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6efc35e1c9
commit
d12e30a739
|
@ -1174,7 +1174,7 @@ class Walker_Comment extends Walker {
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<div class="comment-author vcard">
|
<div class="comment-author vcard">
|
||||||
<?php if ($args['avatar_size'] != 0) echo get_avatar( $comment, $args['avatar_size'] ); ?>
|
<?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>
|
</div>
|
||||||
<?php if ($comment->comment_approved == '0') : ?>
|
<?php if ($comment->comment_approved == '0') : ?>
|
||||||
<em><?php _e('Your comment is awaiting moderation.') ?></em>
|
<em><?php _e('Your comment is awaiting moderation.') ?></em>
|
||||||
|
|
Loading…
Reference in New Issue