Changeset 36416 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 01/28/2016 03:34:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r36180 r36416 28 28 * @since 2.1.0 29 29 * 30 * @param string $blog_title Blogtitle.30 * @param string $blog_title Site title. 31 31 * @param string $user_name User's username. 32 32 * @param string $user_email User's email. 33 * @param bool $public Whether blogis public.33 * @param bool $public Whether site is public. 34 34 * @param string $deprecated Optional. Not used. 35 35 * @param string $user_password Optional. User's chosen password. Default empty (random password). … … 65 65 /* 66 66 * Create default user. If the user already exists, the user tables are 67 * being shared among blogs. Just set the role in that case.67 * being shared among sites. Just set the role in that case. 68 68 */ 69 69 $user_id = username_exists($user_name); … … 360 360 * @since 2.1.0 361 361 * 362 * @param string $blog_title Blogtitle.363 * @param string $blog_url Blogurl.362 * @param string $blog_title Site title. 363 * @param string $blog_url Site url. 364 364 * @param int $user_id User ID. 365 365 * @param string $password User's Password.
Note: See TracChangeset
for help on using the changeset viewer.