Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/30/2015 07:24:42 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Blogs: Add $context ( of array( 'activity', 'member' )) back to new_blog activity action.

Fixes regression (introduced in r9194) causing the "New Site" activity filter to be available for single groups, and likely other unintended contexts in custom setups.

Fixes #6411.

File:
1 edited

Legend:

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

    r9819 r9822  
    3333            'bp_blogs_format_activity_action_new_blog',
    3434            __( 'New Sites', 'buddypress' ),
     35            array( 'activity', 'member' ),
    3536            0
    3637        );
Note: See TracChangeset for help on using the changeset viewer.