Changeset 14594
- Timestamp:
- 05/13/2010 04:12:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r14593 r14594 353 353 <p><?php _e('The name is how it appears on your site.'); ?></p> 354 354 </div> 355 <?php if ( ! is_multisite() ) : ?>355 <?php if ( ! global_terms_enabled() ) : ?> 356 356 <div class="form-field"> 357 357 <label for="tag-slug"><?php echo _x('Slug', 'Taxonomy Slug'); ?></label>
Note: See TracChangeset
for help on using the changeset viewer.