Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/04/2011 05:20:57 PM (13 years ago)
Author:
djpaul
Message:

Switch the "filter by" drop down on the Activity admin screen to get its values from the registered activity list. Adds missing core activity types to that list. See #3660.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/deprecated/1.6.php

    r5366 r5437  
    7474}
    7575
     76/**
     77 * Activity functions
     78 */
     79
     80/**
     81 * @deprecated 1.6
     82 * @deprecated No longer used. Renamed to bp_activity_register_activity_actions().
     83 */
     84function updates_register_activity_actions() {
     85    _deprecated_function( __FUNCTION__, '1.6' );
     86}
    7687?>
Note: See TracChangeset for help on using the changeset viewer.