Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/08/2017 03:52:14 PM (5 years ago)
Author:
djpaul
Message:

Update internal comments/strings with relation to recent Legacy Forums removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-template.php

    r11598 r11764  
    267267        'user_id'           => $user_id,     // user_id to filter on.
    268268        'object'            => $object,      // Object to filter on e.g. groups, profile, status, friends.
    269         'action'            => false,        // Action to filter on e.g. activity_update, new_forum_post, profile_updated.
    270         'primary_id'        => $primary_id,  // Object ID to filter on e.g. a group_id or forum_id or blog_id etc.
     269        'action'            => false,        // Action to filter on e.g. activity_update, profile_updated.
     270        'primary_id'        => $primary_id,  // Object ID to filter on e.g. a group_id or blog_id etc.
    271271        'secondary_id'      => false,        // Secondary object ID to filter on e.g. a post_id.
    272272        'offset'            => false,        // Return only items >= this ID.
Note: See TracChangeset for help on using the changeset viewer.