Changeset 7887 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 05/04/2008 09:13:42 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tag-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r7536 r7887 32 32 <tr class="form-field"> 33 33 <th scope="row" valign="top"><label for="slug"><?php _e('Tag slug') ?></label></th> 34 <td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape( $tag->slug); ?>" size="40" />34 <td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape(rawurldecode($tag->slug)); ?>" size="40" /> 35 35 <p><?php _e('The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></p></td> 36 36 </tr>
Note: See TracChangeset
for help on using the changeset viewer.