Changeset 5297
- Timestamp:
- 11/07/2011 06:56:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-actions.php
r5276 r5297 367 367 global $bp; 368 368 369 if ( !is_user_logged_in() || ( bp_is_activity_component()) || !bp_is_current_action( 'favorite' ) )369 if ( !is_user_logged_in() || !bp_is_activity_component() || !bp_is_current_action( 'favorite' ) ) 370 370 return false; 371 371 … … 610 610 $bp->activity->akismet = new BP_Akismet(); 611 611 } 612 612 613 ?>
Note: See TracChangeset
for help on using the changeset viewer.