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

    r12546 r12712  
    3636            <td><input name="name" id="name" type="text" value="<?php if ( isset( $tag->name ) ) echo esc_attr($tag->name); ?>" size="40" aria-required="true" /></td>
    3737        </tr>
     38<?php if ( !is_multisite() ) { ?>
    3839        <tr class="form-field">
    3940            <th scope="row" valign="top"><label for="slug"><?php _e('Tag slug') ?></label></th>
     
    4142            <p 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.'); ?></p></td>
    4243        </tr>
     44<?php } ?>
    4345        <tr class="form-field">
    4446            <th scope="row" valign="top"><label for="description"><?php _e('Description') ?></label></th>
Note: See TracChangeset for help on using the changeset viewer.