diff --git a/helpers.php b/helpers.php index c6f07ce0..10ce9f64 100644 --- a/helpers.php +++ b/helpers.php @@ -177,7 +177,7 @@ if ( ! function_exists( 'sp_post_checklist' ) ) { } if ( ! function_exists( 'sp_data_table' ) ) { - function sp_data_table( $data = array(), $index = 0, $columns = array( 'Name' ) ) { + function sp_data_table( $data = array(), $index = 0, $columns = array( 'Name' ), $total = true ) { if ( !is_array( $data ) ) $data = array(); ?> @@ -187,6 +187,7 @@ if ( ! function_exists( 'sp_data_table' ) ) {