Changeset 12712 for trunk/wp-admin/edit-category-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-category-form.php
r12675 r12712 59 59 <td><input name="cat_name" id="cat_name" type="text" value="<?php echo esc_attr($category->name); ?>" size="40" aria-required="true" /></td> 60 60 </tr> 61 <?php if ( is_multisite() ) { ?> 61 62 <tr class="form-field"> 62 63 <th scope="row" valign="top"><label for="category_nicename"><?php _e('Category Slug') ?></label></th> … … 64 65 <span 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.'); ?></span></td> 65 66 </tr> 67 <?php } ?> 66 68 <tr class="form-field"> 67 69 <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.