Changeset 13852 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 03/28/2010 01:42:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r13770 r13852 355 355 <?php if ( !is_multisite() ) : ?> 356 356 <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" /> 359 359 <p><?php _e('The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></p> 360 360 </div> … … 370 370 <?php endif; // is_taxonomy_hierarchical() ?> 371 371 <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> 374 374 <p><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></p> 375 375 </div>
Note: See TracChangeset
for help on using the changeset viewer.