Some admin copy improvements fixes. #6362 props xenlab and ninjaWR.

git-svn-id: https://develop.svn.wordpress.org/trunk@12228 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2009-11-19 22:16:16 +00:00
parent e4dd375180
commit d288c8eea0
7 changed files with 11 additions and 11 deletions
+2 -1
View File
@@ -79,7 +79,8 @@ _fill_empty_link_category($category);
</tr>
<tr class="form-field">
<th scope="row" valign="top"><label for="description"><?php _e('Description (optional)') ?></label></th>
<td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea></td>
<td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea><br />
<span class="description"><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></span></td>
</tr>
<?php do_action('edit_link_category_form_fields', $category); ?>
</table>