Kaynağa Gözat

fixed translation issue in comment function

eddiemachado 13 yıl önce
ebeveyn
işleme
47ea7491cd
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      functions.php

+ 2 - 2
functions.php

@@ -125,9 +125,9 @@ function bones_comments($comment, $args, $depth) {
 			    <!-- custom gravatar call -->
 			    <img data-gravatar="http://www.gravatar.com/avatar/<?php echo md5($bgauthemail); ?>&s=32" class="load-gravatar avatar avatar-48 photo" height="32" width="32" src="<?php echo get_template_directory_uri(); ?>/library/images/nothing.gif" />
 			    <!-- end custom gravatar call -->
-				<?php printf(_e('<cite class="fn">%s</cite>'), get_comment_author_link()) ?>
+				<?php printf(__('<cite class="fn">%s</cite>'), get_comment_author_link()) ?>
 				<time datetime="<?php echo comment_time('Y-m-j'); ?>"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>"><?php comment_time('F jS, Y'); ?> </a></time>
-				<?php edit_comment_link(_e('(Edit)'),'  ','') ?>
+				<?php edit_comment_link(__('(Edit)'),'  ','') ?>
 			</header>
 			<?php if ($comment->comment_approved == '0') : ?>
        			<div class="alert info">