Skip to content

Commit 6baa60a

Browse files
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
1 parent cf0a453 commit 6baa60a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-signup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function show_blog_form( $blogname = '', $blog_title = '', $errors = '' ) {
198198

199199
<div id="privacy">
200200
<p class="privacy-intro">
201-
<label for="blog_public_on"><?php _e( 'Privacy:' ); ?></label>
201+
<?php _e( 'Privacy:' ); ?>
202202
<?php _e( 'Allow search engines to index this site.' ); ?>
203203
<br style="clear:both" />
204204
<label class="checkbox" for="blog_public_on">

0 commit comments

Comments
 (0)