Make WordPress Core


Ignore:
Timestamp:
04/23/2004 07:17:01 AM (21 years ago)
Author:
saxmatt
Message:

Bug where currently select category wasn't being selected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r1108 r1136  
    342342        <tr>
    343343           <th scope="row">Category:</th>
    344            <td><?php category_dropdown('category'); ?></td>
     344           <td><?php category_dropdown('category', $link_category); ?></td>
    345345         </tr>
    346346</table>
Note: See TracChangeset for help on using the changeset viewer.