Changeset 9739 for trunk/wp-admin/edit-link-category-form.php
- Timestamp:
- 11/17/2008 08:22:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-category-form.php
r9620 r9739 67 67 <tr class="form-field"> 68 68 <th scope="row" valign="top"><label for="slug"><?php _e('Category slug') ?></label></th> 69 <td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape(apply_filters('editable_slug', $category->slug)); ?>" size="40" /> 69 <td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape(apply_filters('editable_slug', $category->slug)); ?>" size="40" /><br /> 70 70 <?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> 71 71 </tr>
Note: See TracChangeset
for help on using the changeset viewer.