Allow limit of 0 for unlimited teams per event

This commit is contained in:
Brian Miyaji
2015-09-21 00:21:53 +10:00
parent 5da135ede2
commit 6c1d580118
2 changed files with 72 additions and 53 deletions

View File

@@ -116,7 +116,7 @@ class SP_Settings_Events extends SP_Settings_Page {
'desc' => __( 'teams', 'sportspress' ),
'type' => 'number',
'custom_attributes' => array(
'min' => 1,
'min' => 0,
'step' => 1
),
),