summaryrefslogtreecommitdiffstats
path: root/wp-admin/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/edit.php')
-rw-r--r--wp-admin/edit.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/wp-admin/edit.php b/wp-admin/edit.php
index a39338d..c473e46 100644
--- a/wp-admin/edit.php
+++ b/wp-admin/edit.php
@@ -112,6 +112,14 @@ if ( count($arc_result) ) { ?>
<?php } ?>
+<form name="viewcat" action="" method="get" style="float: left; width: 30em; margin-bottom: 1em;">
+ <fieldset>
+ <legend><?php _e('Browse Category&hellip;') ?></legend>
+ <?php wp_dropdown_categories('show_option_all=All&hide_empty=0&hierarchical=1&show_count=1&selected='.$cat);?>
+ <input type="submit" name="submit" value="<?php _e('Show Category') ?>" />
+ </fieldset>
+</form>
+
<br style="clear:both;" />
<?php