Make WordPress Core


Ignore:
Timestamp:
07/31/2012 03:50:29 PM (13 years ago)
Author:
ryan
Message:

Better phpdoc for user_nicename. Props SergeyBiryukov. fixes #21427

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/user.php

    r21202 r21374  
    12201220 * 'user_pass' - A string that contains the plain text password for the user.
    12211221 * 'user_login' - A string that contains the user's username for logging in.
    1222  * 'user_nicename' - A string that contains a nicer looking name for the user.
     1222 * 'user_nicename' - A string that contains a URL-friendly name for the user.
    12231223 *      The default is the user's username.
    12241224 * 'user_url' - A string containing the user's URL for the user's web site.
Note: See TracChangeset for help on using the changeset viewer.