Skip to:
Content

BuddyPress.org

Changeset 6123


Ignore:
Timestamp:
06/19/2012 06:47:28 PM (13 years ago)
Author:
djpaul
Message:

Remove the 'updated_profile' activity type from the filter in the Activity admin screen to de-clutter.
Fixes #4279, props imath.

  • updated_profile was last used in BP 1.0.3.
  • It will be re-instated in a future release.
File:
1 edited

Legend:

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

    r6122 r6123  
    11791179        unset( $actions['friends_register_activity_action'] );
    11801180
     1181        // This type has not been used since BP 1.0.3. It will be re-instated in a future version.
     1182        unset( $actions['updated_profile'] );
     1183
    11811184        // Sort array by the human-readable value
    11821185        natsort( $actions );
Note: See TracChangeset for help on using the changeset viewer.