Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54344, comment 3


Ignore:
Timestamp:
11/02/2021 07:41:21 PM (3 years ago)
Author:
henry.wright
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54344, comment 3

    initial v1  
    1 In addition to the input fields output by `show_blog_form()`, wp-signup.php calls `show_blog_form()` which outputs a user name field and a user email field. Like the site name and site title fields, the user name and user email fields are required and would benefit from a `required` attribute.
     1In addition to the input fields output by `show_blog_form()`, wp-signup.php calls `show_user_form()` which outputs a user name field and a user email field. Like the site name and site title fields, the user name and user email fields are required and would benefit from a `required` attribute.