From c0da1aab0ddd95e220000385f48c0e8709804b48 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 30 Aug 2006 17:09:50 +0000 Subject: [PATCH] Rename Nickname to Username and mark Username and E-mail as required. Props filosofo. fixes #2940 git-svn-id: http://svn.automattic.com/wordpress/trunk@4136 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/users.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/users.php b/wp-admin/users.php index 632edb45a9..bbc807b271 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -441,7 +441,7 @@ foreach ( (array) $roleclass as $user_object ) { - + @@ -453,7 +453,7 @@ foreach ( (array) $roleclass as $user_object ) { - + @@ -507,4 +507,4 @@ break; } // end of the $action switch include('admin-footer.php'); -?> \ No newline at end of file +?>