Change sp-stats-table to sp-data-table for consistency
This commit is contained in:
@@ -181,7 +181,7 @@ if ( ! function_exists( 'sp_data_table' ) ) {
|
||||
if ( !is_array( $data ) )
|
||||
$data = array();
|
||||
?>
|
||||
<table class="widefat sp-stats-table">
|
||||
<table class="widefat sp-data-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<?php foreach ( $columns as $column ): ?>
|
||||
|
||||
Reference in New Issue
Block a user