Changeset 16032 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 10/28/2010 06:52:33 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r15956 r16032 315 315 <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> 316 316 </div> 317 <?php endif; // is_multisite() ?>317 <?php endif; // global_terms_enabled() ?> 318 318 <?php if ( is_taxonomy_hierarchical($taxonomy) ) : ?> 319 319 <div class="form-field">
Note: See TracChangeset
for help on using the changeset viewer.