Make WordPress Core


Ignore:
Timestamp:
03/16/2010 05:17:55 PM (15 years ago)
Author:
wpmuguru
Message:

first pass on optional global terms, see #12589

File:
1 edited

Legend:

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

    r13162 r13715  
    3838            <p class="description"><?php _e('The name is how it appears on your site.'); ?></p></td>
    3939        </tr>
    40 <?php if ( !is_multisite() ) { ?>
     40<?php if ( !global_terms_enabled() ) { ?>
    4141        <tr class="form-field">
    4242            <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.