Changeset 54240 for trunk/src/wp-admin/edit-tag-form.php
- Timestamp:
- 09/20/2022 02:49:25 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tag-form.php
r53913 r54240 149 149 <p class="description" id="name-description"><?php echo $tax->labels->name_field_description; ?></p></td> 150 150 </tr> 151 <?php if ( ! global_terms_enabled() ) { ?>152 151 <tr class="form-field term-slug-wrap"> 153 152 <th scope="row"><label for="slug"><?php _e( 'Slug' ); ?></label></th> … … 171 170 <p class="description" id="slug-description"><?php echo $tax->labels->slug_field_description; ?></p></td> 172 171 </tr> 173 <?php } ?>174 172 <?php if ( is_taxonomy_hierarchical( $taxonomy ) ) : ?> 175 173 <tr class="form-field term-parent-wrap">
Note: See TracChangeset
for help on using the changeset viewer.