Changeset 4607

Show
Ignore:
Timestamp:
12/05/06 06:52:55 (2 years ago)
Author:
ryan
Message:

Fix input label. Props JeremyVisser?. fixes #3432

Files:

Legend:

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

    r4495 r4607  
    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" />