Changeset 5188
- Timestamp:
- 09/24/2011 10:26:16 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo
set to
/branches/1.5 merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/bp-activity/bp-activity-actions.php
r5109 r5188 191 191 192 192 // 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' ) ) 194 194 return false; 195 195
Note: See TracChangeset
for help on using the changeset viewer.