Changeset 2925 for trunk/bp-core/bp-core-wpabstraction.php
- Timestamp:
- 04/15/2010 11:59:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-wpabstraction.php
r2842 r2925 69 69 70 70 if ( !function_exists( 'is_site_admin' ) ) { 71 function is_site_admin( ) {71 function is_site_admin( $user_id = false ) { 72 72 if ( current_user_can( 'manage_options' ) ) 73 73 return true;
Note: See TracChangeset
for help on using the changeset viewer.