Solve equations only when variables exist and events have been played

This commit is contained in:
Brian Miyaji
2014-01-01 23:38:19 +11:00
parent 900bebee72
commit 6aef61164d
4 changed files with 51 additions and 8 deletions

View File

@@ -67,4 +67,6 @@ $sportspress_thumbnail_texts = array(
'Remove featured image' => sprintf( __( 'Remove %s', 'sportspress' ), __( 'Photo', 'sportspress' ) )
)
);
add_option( 'sp_event_team_count', 2 ); // TODO: dynamic team appending
?>