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:
azaozz 2008-11-17 20:22:40 +00:00
parent eb42b45767
commit f6dfabee5b
1 changed files with 1 additions and 1 deletions

View File

@ -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 &#8220;slug&#8221; 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">