Changeset 54240 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 09/20/2022 02:49:25 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r53913 r54240 281 281 '<li>' . __( '<strong>Name</strong> — The name is how it appears on your site.' ) . '</li>'; 282 282 283 if ( ! global_terms_enabled() ) { 284 $help .= '<li>' . __( '<strong>Slug</strong> — The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.' ) . '</li>'; 285 } 283 $help .= '<li>' . __( '<strong>Slug</strong> — The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.' ) . '</li>'; 286 284 287 285 if ( 'category' === $taxonomy ) { … … 457 455 <p id="name-description"><?php echo $tax->labels->name_field_description; ?></p> 458 456 </div> 459 <?php if ( ! global_terms_enabled() ) : ?>460 457 <div class="form-field term-slug-wrap"> 461 458 <label for="tag-slug"><?php _e( 'Slug' ); ?></label> … … 463 460 <p id="slug-description"><?php echo $tax->labels->slug_field_description; ?></p> 464 461 </div> 465 <?php endif; // global_terms_enabled() ?>466 462 <?php if ( is_taxonomy_hierarchical( $taxonomy ) ) : ?> 467 463 <div class="form-field term-parent-wrap">
Note: See TracChangeset
for help on using the changeset viewer.