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-xprofile/bp-xprofile-activity.php

    r6692 r7228  
    3232 * @package BuddyPress
    3333 * @subpackage XProfileActivity
    34  * @param $args Array containing all variables used after extract() call
     34 * @param string $args String containing all variables used after extract() call
    3535 * @global $bp The global BuddyPress settings variable created in bp_core_current_times()
    3636 * @uses bp_activity_add() Adds an entry to the activity component tables for a specific activity
     
    7878 *
    7979 * @package BuddyPress XProfile
    80  * @param $args Array containing all variables used after extract() call
     80 * @param string $args Containing all variables used after extract() call
    8181 * @global BuddyPress $bp The one true BuddyPress instance
    8282 * @uses bp_activity_delete() Deletes an entry to the activity component tables for a specific activity
Note: See TracChangeset for help on using the changeset viewer.