Changeset 11032 for trunk/src/bp-core/bp-core-buddybar.php
- Timestamp:
- 08/24/2016 11:25:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-buddybar.php
r10980 r11032 215 215 216 216 /** 217 * If this is for site admins only and the user is not one,218 * don't register this screen function.219 */217 * If this is for site admins only and the user is not one, 218 * don't register this screen function. 219 */ 220 220 if ( ! empty( $r['site_admin_only'] ) && ! bp_current_user_can( 'bp_moderate' ) ) { 221 221 return false;
Note: See TracChangeset
for help on using the changeset viewer.