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/categories.php

    r12694 r12712  
    298298    <p><?php _e('The name is used to identify the category almost everywhere, for example under the post or in the category widget.'); ?></p>
    299299</div>
    300 
     300<?php if ( is_multisite() ) { ?>
    301301<div class="form-field">
    302302    <label for="category_nicename"><?php _e('Category Slug') ?></label>
     
    304304    <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>
    305305</div>
    306 
     306<?php } ?>
    307307<div class="form-field">
    308308    <label for="category_parent"><?php _e('Category Parent') ?></label>
Note: See TracChangeset for help on using the changeset viewer.