Changeset 5187
- Timestamp:
- 09/24/2011 10:13:38 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-activity/bp-activity-actions.php
r5109 r5187 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.