Changeset 5330 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 11/14/2011 05:27:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r5325 r5330 1336 1336 function bp_activity_user_can_mark_spam() { 1337 1337 global $bp; 1338 return apply_filters( 'bp_activity_user_can_mark_spam', $bp->loggedin_user->is_site_admin);1338 return apply_filters( 'bp_activity_user_can_mark_spam', bp_current_user_can( 'bp_moderate' ) ); 1339 1339 } 1340 1340
Note: See TracChangeset
for help on using the changeset viewer.