From bf839322ee8c6c4551fe1270e20f7226c1171a28 Mon Sep 17 00:00:00 2001 From: nacin Date: Sun, 29 May 2011 00:56:50 +0000 Subject: [PATCH] Remove terrible suggestion. git-svn-id: http://svn.automattic.com/wordpress/trunk@18068 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index d9148e7b5..b773496df 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -1351,9 +1351,7 @@ function validate_username( $username ) { * 'user_url' - A string containing the user's URL for the user's web site. * 'user_email' - A string containing the user's email address. * 'display_name' - A string that will be shown on the site. Defaults to user's - * username. It is likely that you will want to change this, for both - * appearance and security through obscurity (that is if you don't use and - * delete the default 'admin' user). + * username. It is likely that you will want to change this, for appearance. * 'nickname' - The user's nickname, defaults to the user's username. * 'first_name' - The user's first name. * 'last_name' - The user's last name.