Changeset 30753 for trunk/src/wp-includes/user.php
- Timestamp:
- 12/06/2014 09:23:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r30666 r30753 2016 2016 * 2017 2017 * Creates a new user with just the username, password, and email. For more 2018 * complex user creation use wp_insert_user()to specify more information.2018 * complex user creation use {@see wp_insert_user()} to specify more information. 2019 2019 * 2020 2020 * @since 2.0.0 … … 2023 2023 * @param string $username The user's username. 2024 2024 * @param string $password The user's password. 2025 * @param string $email The user's email (optional).2025 * @param string $email Optional. The user's email. Default empty. 2026 2026 * @return int The new user's ID. 2027 2027 */
Note: See TracChangeset
for help on using the changeset viewer.