Remove duplicate label on installation screen.
props Ankit K Gupta. fixes #31131. git-svn-id: https://develop.svn.wordpress.org/trunk@31282 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cbd723b2b2
commit
7f6d638bd9
@ -143,7 +143,7 @@ function display_setup_form( $error = null ) {
|
|||||||
<p><?php _e( 'Double-check your email address before continuing.' ); ?></p></td>
|
<p><?php _e( 'Double-check your email address before continuing.' ); ?></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="blog_public"><?php _e( 'Privacy' ); ?></label></th>
|
<th scope="row"><?php _e( 'Privacy' ); ?></th>
|
||||||
<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>
|
<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>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user