Changeset 28759 for trunk/src/wp-admin/install.php
- Timestamp:
- 06/17/2014 02:36:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r28712 r28759 115 115 <tr> 116 116 <th scope="row"> 117 <label for=" admin_password"><?php _e('Password, twice'); ?></label>117 <label for="pass1"><?php _e('Password, twice'); ?></label> 118 118 <p><?php _e('A password will be automatically generated for you if you leave this blank.'); ?></p> 119 119 </th> … … 133 133 <tr> 134 134 <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> 136 136 </tr> 137 137 </table>
Note: See TracChangeset
for help on using the changeset viewer.