Changeset 12712 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 01/12/2010 09:11:52 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin
-
Property
svn:ignore
set to
.categories.php.swp
-
Property
svn:ignore
set to
-
trunk/wp-admin/edit-tag-form.php
r12546 r12712 36 36 <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> 37 37 </tr> 38 <?php if ( !is_multisite() ) { ?> 38 39 <tr class="form-field"> 39 40 <th scope="row" valign="top"><label for="slug"><?php _e('Tag slug') ?></label></th> … … 41 42 <p class="description"><?php _e('The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></p></td> 42 43 </tr> 44 <?php } ?> 43 45 <tr class="form-field"> 44 46 <th scope="row" valign="top"><label for="description"><?php _e('Description') ?></label></th>
Note: See TracChangeset
for help on using the changeset viewer.