Changeset 7181 for trunk/wp-admin/edit-link-category-form.php
- Timestamp:
- 03/07/2008 10:05:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-category-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-category-form.php
r7000 r7181 31 31 <tr class="form-field"> 32 32 <th scope="row" valign="top"><label for="slug"><?php _e('Category slug') ?></label></th> 33 <td><input name="slug" id="slug" type="text" value="<?php echo $category->slug; ?>" size="40" /></td> 33 <td><input name="slug" id="slug" type="text" value="<?php echo $category->slug; ?>" size="40" /> 34 <?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> 34 35 </tr> 35 36 <tr class="form-field">
Note: See TracChangeset
for help on using the changeset viewer.