Make WordPress Core


Ignore:
Timestamp:
05/04/2008 10:37:06 AM (17 years ago)
Author:
westi
Message:

Associate lables with form fields. Fixes #6859 props MarcoZ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r7239 r7883  
    171171<table class="form-table">
    172172    <tr>
    173         <th><?php _e('Category base'); ?></th>
     173        <th><label for="category_base"><?php _e('Category base'); ?></label></th>
    174174        <td><input name="category_base" id="category_base" type="text" class="code"  value="<?php echo attribute_escape($category_base); ?>" size="30" /></td>
    175175    </tr>
    176176    <tr>
    177         <th><?php _e('Tag base'); ?></th>
     177        <th><label for="tag_base"><?php _e('Tag base'); ?></label></th>
    178178        <td><input name="tag_base" id="tag_base" type="text" class="code"  value="<?php echo attribute_escape($tag_base); ?>" size="30" /></td>
    179179    </tr>
Note: See TracChangeset for help on using the changeset viewer.