Ticket #3432: labelfix.diff
File labelfix.diff, 621 bytes (added by , 18 years ago) |
---|
-
wp-admin/edit-form-comment.php
30 30 </div> 31 31 </fieldset> 32 32 <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> 34 34 <div> 35 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" /> 36 36 </div>