Forráskód Böngészése

Replace with esc translation. (#2430)

Jeff Ong 4 éve
szülő
commit
25692bd19a
1 módosított fájl, 1 hozzáadás és 1 törlés
  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')
 	) );
 	?>