Make WordPress Core


Ignore:
Timestamp:
11/12/2021 10:45:33 PM (5 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/twentynineteen/inc/template-tags.php

    r47886 r52149  
    209209                        comment_form(
    210210                                array(
    211                                         'logged_in_as' => null,
    212211                                        'title_reply'  => null,
    213212                                )
Note: See TracChangeset for help on using the changeset viewer.