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:
parent
e923170edc
commit
e3b95c2335
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user