Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2010 12:45:49 AM (14 years ago)
Author:
boonebgorges
Message:

Corrects WP_DEBUG warning on themes panel.

File:
1 edited

Legend:

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

    r3370 r3552  
    6969        return $themes;
    7070
    71     if ( $current_blog->ID == $bp->root_blog ) {
     71    if ( $current_blog->blog_id == BP_ROOT_BLOG ) {
    7272        $themes['bp-default'] = 1;
    7373    }
Note: See TracChangeset for help on using the changeset viewer.