Changeset 7274
- Timestamp:
- 03/13/2008 08:39:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r7247 r7274 121 121 </p> 122 122 123 <?php do_action('restrict_manage_posts'); ?>124 125 123 <div class="tablenav"> 126 124 … … 171 169 172 170 <?php wp_dropdown_categories('show_option_all='.__('View all categories').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?> 171 <?php do_action('restrict_manage_posts'); ?> 173 172 <input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" /> 173 174 174 <?php } ?> 175 175 </div>
Note: See TracChangeset
for help on using the changeset viewer.