Make WordPress Core


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.

File:
1 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 */
Note: See TracChangeset for help on using the changeset viewer.