Bug where currently select category wasn't being selected.

git-svn-id: https://develop.svn.wordpress.org/trunk@1136 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-04-23 07:17:01 +00:00
parent e923170edc
commit e3b95c2335
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ th { text-align: right; }
</tr>
<tr>
<th scope="row">Category:</th>
<td><?php category_dropdown('category'); ?></td>
<td><?php category_dropdown('category', $link_category); ?></td>
</tr>
</table>
</fieldset>