Login and Registration: Remove duplicate <label>
tag from show_blog_form()
in wp-signup.php
.
Props vaishalipanchal, audrasjb. Fixes #49174. git-svn-id: https://develop.svn.wordpress.org/trunk@47074 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cf0a453f08
commit
6baa60ac68
@ -198,7 +198,7 @@ function show_blog_form( $blogname = '', $blog_title = '', $errors = '' ) {
|
||||
|
||||
<div id="privacy">
|
||||
<p class="privacy-intro">
|
||||
<label for="blog_public_on"><?php _e( 'Privacy:' ); ?></label>
|
||||
<?php _e( 'Privacy:' ); ?>
|
||||
<?php _e( 'Allow search engines to index this site.' ); ?>
|
||||
<br style="clear:both" />
|
||||
<label class="checkbox" for="blog_public_on">
|
||||
|
Loading…
Reference in New Issue
Block a user