Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/30/2012 12:52:42 PM (12 years ago)
Author:
djpaul
Message:

Minor xprofile phpDoc corrections. Fixes #4748, props fanquake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-activity.php

    r6342 r6692  
    44 * BuddyPress XProfile Activity & Notification Functions
    55 *
    6  * These functions handle the recording, deleting and formatting of activity and
     6 * These functions handle the recording, deleting and formatting of activity items and
    77 * notifications for the user and for this specific component.
    88 *
     
    3434 * @param $args Array containing all variables used after extract() call
    3535 * @global $bp The global BuddyPress settings variable created in bp_core_current_times()
    36  * @uses bp_activity_record() Adds an entry to the activity component tables for a specific activity
     36 * @uses bp_activity_add() Adds an entry to the activity component tables for a specific activity
    3737 */
    3838function xprofile_record_activity( $args = '' ) {
Note: See TracChangeset for help on using the changeset viewer.