Remove mode setting and unused thumbnail sizes

This commit is contained in:
Brian Miyaji
2014-08-14 18:54:55 +10:00
parent 64fab4eb2d
commit 4fe9525a8a
19 changed files with 137 additions and 234 deletions

View File

@@ -133,7 +133,7 @@ if ( ! function_exists( 'sportspress_output_event_performance' ) ) {
* @return void
*/
function sportspress_output_event_performance() {
if ( SP()->mode == 'team' ) sp_get_template( 'event-performance.php' );
sp_get_template( 'event-performance.php' );
}
}