Changeset 4137
- Timestamp:
- 08/30/2006 05:17:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r3847 r4137 113 113 <?php } ?> 114 114 115 <form name="viewcat" action="" method="get" style="float: left; width: 30em; margin-bottom: 1em;"> 116 <fieldset> 117 <legend><?php _e('Browse Category…') ?></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 115 123 <br style="clear:both;" /> 116 124
Note: See TracChangeset
for help on using the changeset viewer.