Revert responsive table behavior to 2.5

This commit is contained in:
Brian Miyaji
2018-01-26 08:11:21 +11:00
parent dedfe98ed1
commit 2e02758969
4 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ $data = $table->data();
$labels = $data[0];
// If responsive tables are enabled then load the inline css code
if ( true == $responsive ){
sportspress_responsive_tables_css( $identifier );
//sportspress_responsive_tables_css( $identifier );
}
// Remove the first row to leave us with the actual data
unset( $data[0] );