Use PHP 7.4 featers and PHP 8 polyfills
This commit is contained in:
@ -22,7 +22,7 @@ function wu_get_roles_as_options($add_default_option = false) {
|
||||
require_once ABSPATH . 'wp-admin/includes/user.php';
|
||||
}
|
||||
|
||||
$roles = array();
|
||||
$roles = [];
|
||||
|
||||
if ($add_default_option) {
|
||||
$roles['default'] = __('Use WP Multisite WaaS default', 'wp-ultimo');
|
||||
|
Reference in New Issue
Block a user