From 996366cc0e268540f896ef8886ced38c187cee3f Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 31 Jul 2012 15:50:29 +0000 Subject: [PATCH] Better phpdoc for user_nicename. Props SergeyBiryukov. fixes #21427 git-svn-id: http://core.svn.wordpress.org/trunk@21374 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index adf5ba0e71..45f1c051f8 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -1219,7 +1219,7 @@ function validate_username( $username ) { * 'ID' - An integer that will be used for updating an existing user. * 'user_pass' - A string that contains the plain text password for the user. * 'user_login' - A string that contains the user's username for logging in. - * 'user_nicename' - A string that contains a nicer looking name for the user. + * 'user_nicename' - A string that contains a URL-friendly name for the user. * The default is the user's 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.