Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/14/2010 05:01:52 PM (14 years ago)
Author:
apeatling
Message:

Fix incorrect hooks in template. Fix issues with ordering when getting specific users via the members loop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core/bp-core-wpabstraction.php

    r2832 r2923  
    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.