Skip to content

Commit 3029aea

Browse files
committed
Fixes
1 parent b6e5873 commit 3029aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/wpum-fields/types/class-wpum-field-userrole.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function get_editor_settings() {
5757
];
5858

5959
if ( wpum_get_option( 'allow_multiple_user_roles' ) ) {
60-
$settings['allow_multiple'] = array(
60+
$settings['general']['allow_multiple'] = array(
6161
'type' => 'checkbox',
6262
'label' => esc_html__( 'Allow multiple selection', 'wp-user-manager' ),
6363
'hint' => esc_html__( 'Allow users to select multiple roles for themselves', 'wp-user-manager' ),

0 commit comments

Comments
 (0)