Skip to:
Content

BuddyPress.org

Changeset 8035


Ignore:
Timestamp:
03/04/2014 09:20:04 PM (11 years ago)
Author:
boonebgorges
Message:

Don't remove 'updated_profile' from registered activity actions

This activity type was reintroduced in r7998. See #4636

File:
1 edited

Legend:

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

    r8005 r8035  
    335335    // This was a mis-named activity type from before BP 1.6
    336336    unset( $actions['friends_register_activity_action'] );
    337 
    338     // This type has not been used since BP 1.0.3. It will be re-instated in a future version.
    339     unset( $actions['updated_profile'] );
    340337
    341338    return apply_filters( 'bp_activity_get_types', $actions );
Note: See TracChangeset for help on using the changeset viewer.