Filter players in events by current team. Reported in https://app.asana.com/0/11138574964139/11138574964225

This commit is contained in:
Brian Miyaji
2014-03-24 17:38:58 +11:00
parent 3de1299a0c
commit 967e0729a1

View File

@@ -171,8 +171,8 @@ function sportspress_event_team_meta( $post ) {
<li class="wp-tab"><a href="#sp_staff-all"><?php _e( 'Staff', 'sportspress' ); ?></a></li>
</ul>
<?php
sportspress_post_checklist( $post->ID, 'sp_player', 'block', 'sp_team', $key );
sportspress_post_checklist( $post->ID, 'sp_staff', 'none', 'sp_team', $key );
sportspress_post_checklist( $post->ID, 'sp_player', 'block', 'sp_current_team', $key );
sportspress_post_checklist( $post->ID, 'sp_staff', 'none', 'sp_current_team', $key );
?>
</div>
<?php endforeach; ?>