瀏覽代碼

Replace with esc translation. (#2430)

Jeff Ong 4 年之前
父節點
當前提交
25692bd19a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      seedlet/comments.php

+ 1 - 1
seedlet/comments.php

@@ -71,7 +71,7 @@ if ( post_password_required() ) {
 
 	comment_form( array(
 		'logged_in_as'	=> null,
-		'title_reply'	=> esc_html( 'Leave a Comment', 'seedlet')
+		'title_reply'	=> esc_html__( 'Leave a Comment', 'seedlet')
 	) );
 	?>