v1.1.0
This commit is contained in:
parent
71b471e13e
commit
231ef59bb9
15 changed files with 254 additions and 135 deletions
|
|
@ -32,8 +32,8 @@ class Two_Factor_Extended_Role_Manager {
|
|||
require_once ABSPATH . 'wp-admin/includes/user.php';
|
||||
}
|
||||
|
||||
$roles = array();
|
||||
$wp_roles = get_editable_roles();
|
||||
$roles = array();
|
||||
$wp_roles = get_editable_roles();
|
||||
|
||||
foreach ( $wp_roles as $role_slug => $role_data ) {
|
||||
$roles[ $role_slug ] = translate_user_role( $role_data['name'] );
|
||||
|
|
|
|||
Loading…
Reference in a new issue