Better phpdoc for user_nicename. Props SergeyBiryukov. fixes #21427

git-svn-id: http://core.svn.wordpress.org/trunk@21374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2012-07-31 15:50:29 +00:00
parent 4630ae82ce
commit 996366cc0e
1 changed files with 1 additions and 1 deletions

View File

@ -1219,7 +1219,7 @@ function validate_username( $username ) {
* 'ID' - An integer that will be used for updating an existing user. * '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_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_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. * The default is the user's username.
* 'user_url' - A string containing the user's URL for the user's web site. * '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. * 'user_email' - A string containing the user's email address.