Changeset 2923 for branches/1.2/bp-core/bp-core-wpabstraction.php
- Timestamp:
- 04/14/2010 05:01:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core/bp-core-wpabstraction.php
r2832 r2923 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.