Skip to:
Content

BuddyPress.org

Changeset 2440


Ignore:
Timestamp:
01/25/2010 12:34:36 AM (15 years ago)
Author:
apeatling
Message:

Removing site admin check from previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r2439 r2440  
    20102010    global $wpdb;
    20112011
    2012     if ( !is_site_admin() )
    2013         return $comments;
    2014 
    20152012    foreach( $comments as $comment ) {
    20162013        if ( $comment->user_id )
Note: See TracChangeset for help on using the changeset viewer.