Bug where currently select category wasn't being selected.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-04-23 07:17:01 +00:00
parent 9dfb6f67f8
commit 45c30fe929
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>