Changeset 7896 for trunk/wp-admin/edit-category-form.php
- Timestamp:
- 05/05/2008 05:08:13 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-category-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-category-form.php
r7891 r7896 32 32 <tr class="form-field"> 33 33 <th scope="row" valign="top"><label for="category_nicename"><?php _e('Category Slug') ?></label></th> 34 <td><input name="category_nicename" id="category_nicename" type="text" value="<?php echo attribute_escape( $category->slug); ?>" size="40" /><br />34 <td><input name="category_nicename" id="category_nicename" type="text" value="<?php echo attribute_escape(apply_filters('editable_slug', $category->slug)); ?>" size="40" /><br /> 35 35 <?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> 36 36 </tr>
Note: See TracChangeset
for help on using the changeset viewer.