Turn off responsive tables by default
This commit is contained in:
@@ -432,6 +432,10 @@ class SP_Install {
|
||||
update_option( 'sportspress_mode', 'team' );
|
||||
}
|
||||
}
|
||||
|
||||
if ( version_compare( $version, '2.5.5', '<' ) ) {
|
||||
update_option( 'sportspress_enable_responsive_tables', 'no' );
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user