Changeset 40930
- Timestamp:
- 06/25/2017 05:47:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r40612 r40930 1148 1148 * @param string $title The new site's title. 1149 1149 * @param int $user_id The user ID of the new site's admin. 1150 * @param array $meta Optional. Used to set initial site options. 1150 * @param array $meta Optional. Array of key=>value pairs used to set initial site options. 1151 * If valid status keys are included ('public', 'archived', 'mature', 1152 * 'spam', 'deleted', or 'lang_id') the given site status(es) will be 1153 * updated. Otherwise, keys and values will be used to set options for 1154 * the new site. Default empty array. 1151 1155 * @param int $site_id Optional. Only relevant on multi-network installs. 1152 1156 * @return int|WP_Error Returns WP_Error object on failure, int $blog_id on success
Note: See TracChangeset
for help on using the changeset viewer.