mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
Fix translation strings
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
if ( isset( $_REQUEST['uid'] ) ) {
|
||||
if ( is_super_admin( $_REQUEST['uid'] ) )
|
||||
wp_die('Super administrators can not be modified.');
|
||||
wp_die( __( 'Super administrators can not be modified.','ultimatemember' ) );
|
||||
}
|
||||
|
||||
if ( isset( $_REQUEST['um_action'] ) && $_REQUEST['um_action'] != "edit" && ! current_user_can( 'edit_users' ) ){
|
||||
|
||||
Reference in New Issue
Block a user