Make WordPress Core


Ignore:
Timestamp:
11/12/2021 10:45:33 PM (3 years ago)
Author:
joedolson
Message:

Bundled Theme: Display required text field in core themes.

Fix Twenty Nineteen and Twenty Twenty-One setting the logged_in_as parameter to null, which also eliminated the required field text. See #16206.

Props sabernhardt, poena.
Fixes #54392.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/comments.php

    r51553 r52149  
    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">',
Note: See TracChangeset for help on using the changeset viewer.