Skip to content

Commit f69917f

Browse files
author
rob1n
committed
Take out duplicate ID. Props JeremyVisser. fixes WordPress#3432
git-svn-id: https://develop.svn.wordpress.org/trunk@5237 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c014b4d commit f69917f

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
@@ -32,7 +32,7 @@ function focusit() { // focus on first input field
3232
<fieldset id="uridiv">
3333
<legend><label for="newcomment_author_url"><?php _e('URL:') ?></label></legend>
3434
<div>
35-
<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="35" value="<?php echo $comment->comment_author_url ?>" tabindex="3" id="URL" />
35+
<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="35" value="<?php echo $comment->comment_author_url ?>" tabindex="3" />
3636
</div>
3737
</fieldset>
3838

0 commit comments

Comments
 (0)