Skip to:
Content

BuddyPress.org

Changeset 2343 for trunk/bp-activity.php


Ignore:
Timestamp:
01/18/2010 08:00:33 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove all references to Wire component (addresses #1618). This code has been moved to backpat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r2331 r2343  
    396396         *  'user_id' => false, // user_id to filter on
    397397         *  'object' => false, // object to filter on e.g. groups, profile, status, friends
    398          *  'action' => false, // action to filter on e.g. new_wire_post, new_forum_post, profile_updated
     398         *  'action' => false, // action to filter on e.g. new_wire_post, profile_updated
    399399         *  'primary_id' => false, // object ID to filter on e.g. a group_id or forum_id or blog_id etc.
    400400         *  'secondary_id' => false, // secondary object ID to filter on e.g. a post_id
     
    438438
    439439        'user_id' => $bp->loggedin_user->id, // Optional: The user to record the activity for, can be false if this activity is not for a user.
    440         'item_id' => false, // Optional: The ID of the specific item being recorded, e.g. a blog_id, or wire_post_id
     440        'item_id' => false, // Optional: The ID of the specific item being recorded, e.g. a blog_id
    441441        'secondary_item_id' => false, // Optional: A second ID used to further filter e.g. a comment_id
    442442        'recorded_time' => time(), // The time that this activity was recorded
Note: See TracChangeset for help on using the changeset viewer.