Make WordPress Core

Ticket #3432: edit-form-comment.php.diff

File edit-form-comment.php.diff, 697 bytes (added by JeremyVisser, 18 years ago)

Fixes well-formedness error

  • wp-admin/edit-form-comment.php

     
    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