Make WordPress Core

Changeset 4137


Ignore:
Timestamp:
08/30/2006 05:17:09 PM (18 years ago)
Author:
ryan
Message:

Add Browse Category dropdown. Props westi and thomas. fixes #2340

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r3847 r4137  
    113113<?php } ?>
    114114
     115<form name="viewcat" action="" method="get" style="float: left; width: 30em; margin-bottom: 1em;">
     116    <fieldset>
     117    <legend><?php _e('Browse Category&hellip;') ?></legend>
     118    <?php wp_dropdown_categories('show_option_all=All&hide_empty=0&hierarchical=1&show_count=1&selected='.$cat);?>
     119    <input type="submit" name="submit" value="<?php _e('Show Category') ?>"  />
     120    </fieldset>
     121</form>
     122
    115123<br style="clear:both;" />
    116124
Note: See TracChangeset for help on using the changeset viewer.