Changeset 12712 for trunk/wp-admin/edit-link-category-form.php
- Timestamp:
- 01/12/2010 09:11:52 PM (16 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-link-category-form.php
r12228 r12712 73 73 <td><input name="name" id="name" type="text" value="<?php echo esc_attr($category->name); ?>" size="40" aria-required="true" /></td> 74 74 </tr> 75 <?php if ( !is_multisite() ) { ?> 75 76 <tr class="form-field"> 76 77 <th scope="row" valign="top"><label for="slug"><?php _e('Link Category slug') ?></label></th> … … 78 79 <?php _e('The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></td> 79 80 </tr> 81 <?php } ?> 80 82 <tr class="form-field"> 81 83 <th scope="row" valign="top"><label for="description"><?php _e('Description (optional)') ?></label></th>
Note: See TracChangeset
for help on using the changeset viewer.