Fix edit link category form, props kpdesign, fixes #8259
git-svn-id: http://svn.automattic.com/wordpress/trunk@9739 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eb42b45767
commit
f6dfabee5b
|
@ -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…
Reference in New Issue