Some fixes from Joeseph Scott.

git-svn-id: https://develop.svn.wordpress.org/trunk@1379 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-06-01 10:01:15 +00:00
parent b967d4e894
commit b272e415af
2 changed files with 5 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ set them back to the default category <strong>%s</strong>.'), get_catname(1)) ?>
<p><?php _e('Category parent:') ?><br />
<select name='cat' class='postform'>
<option value='0'><?php _e('None') ?></option>
<?php wp_dropdown_cats(); ?></p>
<?php wp_dropdown_cats(0); ?></p>
</select>
<p><?php _e('Description: (optional)') ?> <br />
<textarea name="category_description" rows="5" cols="50" style="width: 97%;"></textarea></p>