Make WordPress Core

Changeset 5237


Ignore:
Timestamp:
04/10/2007 11:44:58 PM (18 years ago)
Author:
rob1n
Message:

Take out duplicate ID. Props JeremyVisser. fixes #3432

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-comment.php

    r4658 r5237  
    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>
Note: See TracChangeset for help on using the changeset viewer.