Skip to:
Content

BuddyPress.org

Ticket #4748: xprofile-docs.patch

File xprofile-docs.patch, 956 bytes (added by fanquake, 13 years ago)
  • bp-xprofile-activity.php

     
    33/**
    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 *
    99 * @package BuddyPress
     
    3333 * @subpackage XProfileActivity
    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 = '' ) {
    3939