Make WordPress Core

Changeset 47074


Ignore:
Timestamp:
01/16/2020 12:32:56 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Login and Registration: Remove duplicate <label> tag from show_blog_form() in wp-signup.php.

Props vaishalipanchal, audrasjb.
Fixes #49174.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-signup.php

    r47060 r47074  
    199199    <div id="privacy">
    200200        <p class="privacy-intro">
    201             <label for="blog_public_on"><?php _e( 'Privacy:' ); ?></label>
     201            <?php _e( 'Privacy:' ); ?>
    202202            <?php _e( 'Allow search engines to index this site.' ); ?>
    203203            <br style="clear:both" />
Note: See TracChangeset for help on using the changeset viewer.