Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/15/2010 11:59:40 AM (16 years ago)
Author:
apeatling
Message:

Merging 1.2 branch with trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-wpabstraction.php

    r2842 r2925  
    6969
    7070if ( !function_exists( 'is_site_admin' ) ) {
    71         function is_site_admin() {
     71        function is_site_admin( $user_id = false ) {
    7272                if ( current_user_can( 'manage_options' ) )
    7373                        return true;
Note: See TracChangeset for help on using the changeset viewer.