Changeset 13715 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 03/16/2010 05:17:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r13162 r13715 38 38 <p class="description"><?php _e('The name is how it appears on your site.'); ?></p></td> 39 39 </tr> 40 <?php if ( ! is_multisite() ) { ?>40 <?php if ( !global_terms_enabled() ) { ?> 41 41 <tr class="form-field"> 42 42 <th scope="row" valign="top"><label for="slug"><?php echo _x('Slug', 'Taxonomy Slug'); ?></label></th>
Note: See TracChangeset
for help on using the changeset viewer.