Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebao authored Feb 16, 2023
1 parent 1a52801 commit cd73d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/frontend/visibility-tests/user-role.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function user_role_test( $is_visible, $settings, $controls ) {
return true;
}
}
} elseif ( empty( $restricted_users ) && $hide_on_resticted_users ) {
} elseif ( empty( $restricted_users ) && $hide_on_restricted_users ) {
return true;
}
} elseif ( 'user-rule-sets' === $visibility_by_role ) {
Expand Down

0 comments on commit cd73d4f

Please sign in to comment.