From 82bed993edb14601ed70239ee1efa63edd06f593 Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@4136 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 +?>