Changeset 19695
- Timestamp:
- 01/06/2012 11:42:00 AM (13 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r19674 r19695 280 280 * @param string $domain The new blog's domain. 281 281 * @param string $path The new blog's path. 282 * @param string $ stringThe new blog's title.283 * @param int $site Optional. Defaults to 1.282 * @param string $weblog_title The new blog's title. 283 * @param int $site_id Optional. Defaults to 1. 284 284 * @return int The ID of the newly created blog 285 285 */ -
trunk/wp-includes/user.php
r19687 r19695 724 724 * @uses get_blogs_of_user() 725 725 * 726 * @param int $user_id The unique ID of the user727 * @param int $blog Optional. If no blog_id is provided, current site is used726 * @param int $user_id Optional. The unique ID of the user. Defaults to the current user. 727 * @param int $blog_id Optional. ID of the blog to check. Defaults to the current site. 728 728 * @return bool 729 729 */
Note: See TracChangeset
for help on using the changeset viewer.