diff --git a/inc/class-formatter.php b/inc/class-formatter.php index 7ab4b2f..41ebd4b 100644 --- a/inc/class-formatter.php +++ b/inc/class-formatter.php @@ -42,7 +42,7 @@ class Formatter { * * @param array $items */ - public function display_items( $items, $include_total = true, $order, $orderby ) { + public function display_items( $items, $include_total, $order, $orderby ) { if ( 'table' === $this->args['format'] && empty( $this->args['field'] ) ) { $this->show_table( $order, $orderby, $items, $this->args['fields'], $include_total ); } else {