Ticket #54392: 54392.diff
File 54392.diff, 980 bytes (added by , 3 years ago) |
---|
-
src/wp-content/themes/twentynineteen/inc/template-tags.php
208 208 209 209 comment_form( 210 210 array( 211 'logged_in_as' => null,212 211 'title_reply' => null, 213 212 ) 214 213 ); -
src/wp-content/themes/twentytwentyone/comments.php
82 82 <?php 83 83 comment_form( 84 84 array( 85 'logged_in_as' => null,86 85 'title_reply' => esc_html__( 'Leave a comment', 'twentytwentyone' ), 87 86 'title_reply_before' => '<h2 id="reply-title" class="comment-reply-title">', 88 87 'title_reply_after' => '</h2>',