Make WordPress Core

Changeset 31282


Ignore:
Timestamp:
01/25/2015 07:38:04 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Remove duplicate label on installation screen.

props Ankit K Gupta.
fixes #31131.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install.php

    r31124 r31282  
    144144                </tr>
    145145                <tr>
    146                         <th scope="row"><label for="blog_public"><?php _e( 'Privacy' ); ?></label></th>
     146                        <th scope="row"><?php _e( 'Privacy' ); ?></th>
    147147                        <td colspan="2"><label><input type="checkbox" name="blog_public" id="blog_public" value="1" <?php checked( $blog_public ); ?> /> <?php _e( 'Allow search engines to index this site.' ); ?></label></td>
    148148                </tr>
Note: See TracChangeset for help on using the changeset viewer.