Make WordPress Core

Changeset 19695


Ignore:
Timestamp:
01/06/2012 11:42:00 AM (13 years ago)
Author:
duck_
Message:

Fix some mismatching parameter documentation. Props akshayagarwal, linuxologos. See #19756.

Location:
trunk/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-functions.php

    r19674 r19695  
    280280 * @param string $domain The new blog's domain.
    281281 * @param string $path The new blog's path.
    282  * @param string $string The 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.
    284284 * @return int The ID of the newly created blog
    285285 */
  • trunk/wp-includes/user.php

    r19687 r19695  
    724724 * @uses get_blogs_of_user()
    725725 *
    726  * @param int $user_id The unique ID of the user
    727  * @param int $blog Optional. If no blog_id is provided, current site is used
     726 * @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.
    728728 * @return bool
    729729 */
Note: See TracChangeset for help on using the changeset viewer.