Make WordPress Core


Ignore:
Timestamp:
03/28/2010 01:42:34 AM (14 years ago)
Author:
dd32
Message:

Change form field ID's to prevent ID clashes with listing table column headers. See #11937

File:
1 edited

Legend:

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

    r13770 r13852  
    355355<?php if ( !is_multisite() ) : ?>
    356356<div class="form-field">
    357     <label for="slug"><?php echo _x('Slug', 'Taxonomy Slug'); ?></label>
    358     <input name="slug" id="slug" type="text" value="" size="40" />
     357    <label for="tag-slug"><?php echo _x('Slug', 'Taxonomy Slug'); ?></label>
     358    <input name="slug" id="tag-slug" type="text" value="" size="40" />
    359359    <p><?php _e('The &#8220;slug&#8221; is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></p>
    360360</div>
     
    370370<?php endif; // is_taxonomy_hierarchical() ?>
    371371<div class="form-field">
    372     <label for="description"><?php echo _x('Description', 'Taxonomy Description'); ?></label>
    373     <textarea name="description" id="description" rows="5" cols="40"></textarea>
     372    <label for="tag-description"><?php echo _x('Description', 'Taxonomy Description'); ?></label>
     373    <textarea name="description" id="tag-description" rows="5" cols="40"></textarea>
    374374    <p><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></p>
    375375</div>
Note: See TracChangeset for help on using the changeset viewer.