mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
Admin menu changes
This commit is contained in:
@@ -93,16 +93,7 @@ class UM_Admin_Functions {
|
||||
return $translations->translate( 'Delete' );
|
||||
}
|
||||
}
|
||||
|
||||
if (isset( $screen->id ) && strstr( $screen->id, 'user' ) ) {
|
||||
$translations = get_translations_for_domain( $domain);
|
||||
if ( $text == 'Search Users') {
|
||||
return $translations->translate( 'Search Members' );
|
||||
}
|
||||
if ( $text == 'Users') {
|
||||
return $translations->translate( 'Members' );
|
||||
}
|
||||
}
|
||||
|
||||
return $translation;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user