1183 | | <div class="alignleft actions bulkactions"> |
1184 | | <?php $this->bulk_actions( $which ); ?> |
1185 | | </div> |
1186 | | <?php endif; |
1187 | | $this->extra_tablenav( $which ); |
1188 | | $this->pagination( $which ); |
| 1182 | <div class="tablenav <?php echo esc_attr( $which ); ?>"> |
| 1183 | <div class="alignleft actions bulkactions"> |
| 1184 | <?php $this->bulk_actions( $which ); ?> |
| 1185 | </div> |
| 1186 | <?php $this->extra_tablenav( $which ); |
| 1187 | $this->pagination( $which );?> |
| 1188 | <br class="clear" /> |
| 1189 | </div> |
| 1190 | <?php endif; |
| 1191 | |