Make WordPress Core


Ignore:
Timestamp:
01/12/2010 09:11:52 PM (16 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-link-category-form.php

    r12228 r12712  
    7373            <td><input name="name" id="name" type="text" value="<?php echo esc_attr($category->name); ?>" size="40" aria-required="true" /></td>
    7474        </tr>
     75<?php if ( !is_multisite() ) { ?>
    7576        <tr class="form-field">
    7677            <th scope="row" valign="top"><label for="slug"><?php _e('Link Category slug') ?></label></th>
     
    7879            <?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.'); ?></td>
    7980        </tr>
     81<?php } ?>
    8082        <tr class="form-field">
    8183            <th scope="row" valign="top"><label for="description"><?php _e('Description (optional)') ?></label></th>
Note: See TracChangeset for help on using the changeset viewer.