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-category-form.php

    r12675 r12712  
    5959            <td><input name="cat_name" id="cat_name" type="text" value="<?php echo esc_attr($category->name); ?>" size="40" aria-required="true" /></td>
    6060        </tr>
     61<?php if ( is_multisite() ) { ?>
    6162        <tr class="form-field">
    6263            <th scope="row" valign="top"><label for="category_nicename"><?php _e('Category Slug') ?></label></th>
     
    6465            <span class="description"><?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.'); ?></span></td>
    6566        </tr>
     67<?php } ?>
    6668        <tr class="form-field">
    6769            <th scope="row" valign="top"><label for="category_parent"><?php _e('Category Parent') ?></label></th>
Note: See TracChangeset for help on using the changeset viewer.