Skip to content

Commit b37a408

Browse files
committed
Fix input label. Props JeremyVisser. fixes WordPress#3432
git-svn-id: https://develop.svn.wordpress.org/trunk@4607 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 653cfd2 commit b37a408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-admin/edit-form-comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function focusit() { // focus on first input field
3030
</div>
3131
</fieldset>
3232
<fieldset id="uridiv">
33-
<legend><label for="URL"><?php _e('URL:') ?></label></legend>
33+
<legend><label for="newcomment_author_url"><?php _e('URL:') ?></label></legend>
3434
<div>
3535
<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="35" value="<?php echo $comment->comment_author_url ?>" tabindex="3" id="URL" />
3636
</div>

0 commit comments

Comments
 (0)