Changeset 3398 for branches/plugin/bbp-includes/bbp-extend-buddypress.php
- Timestamp:
- 08/08/2011 12:55:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-extend-buddypress.php
r3397 r3398 170 170 */ 171 171 private function record_activity( $args = '' ) { 172 global $bp;173 172 174 173 // Bail if activity is not active … … 270 269 return; 271 270 271 // Bail if site is private 272 if ( !bbp_is_site_public() ) 273 return; 274 272 275 // Validate activity data 273 276 $user_id = $topic_author_id; … … 346 349 return; 347 350 351 // Bail if site is private 352 if ( !bbp_is_site_public() ) 353 return; 354 348 355 // Validate activity data 349 356 $user_id = $reply_author_id;
Note: See TracChangeset
for help on using the changeset viewer.