Skip to content

Commit

Permalink
Slightly improved formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kiamlaluno committed Apr 17, 2024
1 parent 3ea7d17 commit fda14bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/modules/user/user.module
Expand Up @@ -2755,6 +2755,7 @@ function user_filters() {
$roles = user_roles(TRUE);
// Don't list authorized role.
unset($roles[BACKDROP_AUTHENTICATED_ROLE]);

if (count($roles)) {
$filters['role'] = array(
'title' => t('role'),
Expand Down

0 comments on commit fda14bc

Please sign in to comment.