Make WordPress Core


Ignore:
Timestamp:
05/13/2010 04:12:57 AM (14 years ago)
Author:
nacin
Message:

Change is_multisite check for hiding a term slug on edit-tags.php to checking for global terms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r14593 r14594  
    353353    <p><?php _e('The name is how it appears on your site.'); ?></p>
    354354</div>
    355 <?php if ( !is_multisite() ) : ?>
     355<?php if ( ! global_terms_enabled() ) : ?>
    356356<div class="form-field">
    357357    <label for="tag-slug"><?php echo _x('Slug', 'Taxonomy Slug'); ?></label>
Note: See TracChangeset for help on using the changeset viewer.