summaryrefslogtreecommitdiffstats
path: root/wp-admin
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin')
-rw-r--r--wp-admin/wpmu-users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/wpmu-users.php b/wp-admin/wpmu-users.php
index 1a2aad4..672974b 100644
--- a/wp-admin/wpmu-users.php
+++ b/wp-admin/wpmu-users.php
@@ -205,7 +205,7 @@ switch( $_GET[ 'action' ] ) {
$posts_columns = array(
'id' => __('ID'),
'login' => __('Login'),
- 'remail' => __('Email'),
+ 'email' => __('Email'),
'name' => __('Name'),
'registered' => __('Registered'),
'blogs' => __('Blogs')