mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
Fix edit link category form, props kpdesign, fixes #8259
git-svn-id: https://develop.svn.wordpress.org/trunk@9739 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3d3aa29798
commit
013e95be71
@ -66,7 +66,7 @@ _fill_empty_link_category($category);
|
||||
</tr>
|
||||
<tr class="form-field">
|
||||
<th scope="row" valign="top"><label for="slug"><?php _e('Category slug') ?></label></th>
|
||||
<td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape(apply_filters('editable_slug', $category->slug)); ?>" size="40" />
|
||||
<td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape(apply_filters('editable_slug', $category->slug)); ?>" size="40" /><br />
|
||||
<?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>
|
||||
</tr>
|
||||
<tr class="form-field">
|
||||
|
Loading…
x
Reference in New Issue
Block a user