Make WordPress Core


Ignore:
Timestamp:
01/12/2010 09:11:52 PM (15 years ago)
Author:
wpmuguru
Message:

merge multisite admin - edit links,tags,cats,options, See #11644

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin

    • Property svn:ignore set to
      .categories.php.swp
  • trunk/wp-admin/edit-tags.php

    r12683 r12712  
    301301    <p><?php _e('The name is how the tag appears on your site.'); ?></p>
    302302</div>
    303 
     303<?php if ( !is_multisite() ) { ?>
    304304<div class="form-field">
    305305    <label for="slug"><?php _e('Tag slug') ?></label>
     
    307307    <p><?php _e('The &#8220;slug&#8221; is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></p>
    308308</div>
    309 
     309<?php } ?>
    310310<div class="form-field">
    311311    <label for="description"><?php _e('Description') ?></label>
Note: See TracChangeset for help on using the changeset viewer.