Skip to:
Content

BuddyPress.org

Changeset 5188


Ignore:
Timestamp:
09/24/2011 10:26:16 AM (15 years ago)
Author:
djpaul
Message:

Merge fix for #3612 from branch to trunk (r5186:5187)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:mergeinfo set to
      /branches/1.55187
  • trunk/bp-activity/bp-activity-actions.php

    r5109 r5188  
    191191
    192192        // Do not proceed if user is not logged in, not viewing activity, or not posting
    193         if ( !is_user_logged_in() || bp_is_activity_component() || !bp_is_current_action( 'post' ) )
     193        if ( !is_user_logged_in() || !bp_is_activity_component() || !bp_is_current_action( 'post' ) )
    194194                return false;
    195195
Note: See TracChangeset for help on using the changeset viewer.