Skip to content

Commit 18d1970

Browse files
authored
Merge pull request creativecommons#308 from creativecommons/staging
Staging
2 parents a0f7d11 + 921fe22 commit 18d1970

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugins/cc-global-network/includes/gravityforms-interaction.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -2184,9 +2184,9 @@ function set_field_limits($field_limits)
21842184
return $field_limits;
21852185
}
21862186
}
2187-
// new GFLimitCheckboxes(52, array(
2188-
// 3 => array(
2189-
// 'min' => 3,
2190-
// 'max' => 3
2191-
// )
2192-
// ));
2187+
new GFLimitCheckboxes(52, array(
2188+
1 => array(
2189+
'min' => 3,
2190+
'max' => 3
2191+
)
2192+
));

0 commit comments

Comments
 (0)