Loading widget_instance.module +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ function widget_instance_options_list_alter(array &$options, array $context) { ksort($options); // Sort options within groups. array_walk($options, static function (array &$option_group): void { sort($option_group); asort($option_group); }); // Move the 'Other' option group (for widget types with no registry source) // to the bottom of the select list. Loading Loading
widget_instance.module +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ function widget_instance_options_list_alter(array &$options, array $context) { ksort($options); // Sort options within groups. array_walk($options, static function (array &$option_group): void { sort($option_group); asort($option_group); }); // Move the 'Other' option group (for widget types with no registry source) // to the bottom of the select list. Loading