Make WordPress Core


Ignore:
Timestamp:
06/17/2014 02:36:22 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix labels on installation screen.

props avryl.
fixes #28548.

File:
1 edited

Legend:

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

    r28712 r28759  
    115115        <tr>
    116116            <th scope="row">
    117                 <label for="admin_password"><?php _e('Password, twice'); ?></label>
     117                <label for="pass1"><?php _e('Password, twice'); ?></label>
    118118                <p><?php _e('A password will be automatically generated for you if you leave this blank.'); ?></p>
    119119            </th>
     
    133133        <tr>
    134134            <th scope="row"><label for="blog_public"><?php _e( 'Privacy' ); ?></label></th>
    135             <td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked( $blog_public ); ?> /> <?php _e( 'Allow search engines to index this site.' ); ?></label></td>
     135            <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>
    136136        </tr>
    137137    </table>
Note: See TracChangeset for help on using the changeset viewer.