Ticket #21427: 21427.patch
| File 21427.patch, 775 bytes (added by SergeyBiryukov, 10 months ago) |
|---|
-
wp-includes/user.php
1219 1219 * 'ID' - An integer that will be used for updating an existing user. 1220 1220 * 'user_pass' - A string that contains the plain text password for the user. 1221 1221 * 'user_login' - A string that contains the user's username for logging in. 1222 * 'user_nicename' - A string that contains a nicer lookingname for the user.1222 * 'user_nicename' - A string that contains a URL-friendly name for the user. 1223 1223 * The default is the user's username. 1224 1224 * 'user_url' - A string containing the user's URL for the user's web site. 1225 1225 * 'user_email' - A string containing the user's email address.
