Ticket #6196: addnewfilterfield-edit.php.diff
| File addnewfilterfield-edit.php.diff, 0.5 kB (added by nerrad, 9 months ago) |
|---|
-
wp-admin/edit.php
old new 170 170 <?php } ?> 171 171 172 172 <?php wp_dropdown_categories('show_option_all='.__('View all categories').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?> 173 174 <?php do_action('manage_posts_add_filter_field'); ?> 175 173 176 <input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" /> 174 177 <?php } ?> 175 178 </div>
