Przeglądaj źródła

Replace with esc translation. (#2430)

Jeff Ong 4 lat temu
rodzic
commit
25692bd19a
1 zmienionych plików z 1 dodań i 1 usunięć
  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')
 	) );
 	?>