table_navigation.inc.php 276 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php defined('ABSPATH') or die('Access denied.'); ?> <div class="tablenav <?php echo esc_attr($which); ?>"> <?php if ($this->has_items()): $this->bulk_actions($which); endif; $this->extra_tablenav($which); ?> <br class="clear"/> </div>