Skip to content

Commit b34f1d6

Browse files
committed
change voting limit on MC votation
1 parent f185172 commit b34f1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2271,8 +2271,8 @@ function set_field_limits($field_limits)
22712271
));
22722272
new GFLimitCheckboxes(54, array(
22732273
1 => array(
2274-
'min' => 3,
2275-
'max' => 3
2274+
'min' => 6,
2275+
'max' => 6
22762276
)
22772277
));
22782278
add_filter('gform_entries_field_value', 'ccgn_gf_display_name_instead_login', 10, 4);

0 commit comments

Comments
 (0)