Skip to:
Content

BuddyPress.org

Changeset 4677


Ignore:
Timestamp:
07/18/2011 12:49:58 AM (13 years ago)
Author:
boonebgorges
Message:

Ensure that activity permalinks work by doing the correct bp_is_activity_component() check. See #3325

File:
1 edited

Legend:

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

    r4648 r4677  
    1717
    1818    // Not viewing activity
    19     if ( ( bp_is_activity_component() ) || !bp_is_current_action( 'p' ) )
     19    if ( !bp_is_activity_component() || !bp_is_current_action( 'p' ) )
    2020        return false;
    2121
Note: See TracChangeset for help on using the changeset viewer.