summaryrefslogtreecommitdiffstats
path: root/wp-admin
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-04-17 11:44:42 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-04-17 11:44:42 +0000
commitedb1d96a00c1a795249bcb84c6b9f91bc75f93b1 (patch)
treefe543fc53e134f000fc313511eed5e7eb0017220 /wp-admin
parent7c4c5c203087d3a604e4fce1d74ef9be71ccb728 (diff)
downloadwordpress-mu-edb1d96a00c1a795249bcb84c6b9f91bc75f93b1.tar.gz
wordpress-mu-edb1d96a00c1a795249bcb84c6b9f91bc75f93b1.tar.xz
wordpress-mu-edb1d96a00c1a795249bcb84c6b9f91bc75f93b1.zip
Fix typo, fixes #308
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@965 7be80a69-a1ef-0310-a953-fb0f7c49ff36
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')