Make WordPress Core

Ticket #54392: 54392.diff

File 54392.diff, 980 bytes (added by sabernhardt, 3 years ago)

keep (core) default logged_in_as text for Twenty Nineteen and Twenty Twenty-One

  • src/wp-content/themes/twentynineteen/inc/template-tags.php

     
    208208
    209209                        comment_form(
    210210                                array(
    211                                         'logged_in_as' => null,
    212211                                        'title_reply'  => null,
    213212                                )
    214213                        );
  • src/wp-content/themes/twentytwentyone/comments.php

     
    8282        <?php
    8383        comment_form(
    8484                array(
    85                         'logged_in_as'       => null,
    8685                        'title_reply'        => esc_html__( 'Leave a comment', 'twentytwentyone' ),
    8786                        'title_reply_before' => '<h2 id="reply-title" class="comment-reply-title">',
    8887                        'title_reply_after'  => '</h2>',