Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (12 years ago)
Author:
djpaul
Message:

Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-catchuri.php

    r6654 r7228  
    341341 *
    342342 * @package BuddyPress Core
    343  * @param $username str Username to check.
    344  * @return false|int The user ID of the matched user, or false.
     343 * @param string $username Username to check.
     344 * @return int|bool The user ID of the matched user, or false.
    345345 */
    346346function bp_core_load_template( $templates ) {
Note: See TracChangeset for help on using the changeset viewer.