Skip to content

Commit a9450fb

Browse files
committed
Select multiple is disabled by default
1 parent 24c1c4e commit a9450fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genesis-widget-column-classes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public function init() {
197197
* @param bool
198198
* @return bool
199199
*/
200-
$this->select_multiple = apply_filters( 'genesis_widget_column_classes_select_multiple', true );
200+
$this->select_multiple = apply_filters( 'genesis_widget_column_classes_select_multiple', false );
201201

202202
// Get the current user.
203203
$this->curUser = wp_get_current_user();

0 commit comments

Comments
 (0)