Skip to:
Content

BuddyPress.org

Changeset 721


Ignore:
Timestamp:
12/15/2008 04:23:10 PM (16 years ago)
Author:
apeatling
Message:

Fixes #239 thanks to burtadsit for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/buddypress-home/functions.php

    r699 r721  
    4747    global $bp, $current_blog;
    4848   
    49     if ( $current_blog->blog_id > 1 )
    50         return false;
    51 
    5249    if ( $bp['current_component'] == NEWS_SLUG && $bp['current_action'] == '' ) {
    5350        query_posts('showposts=15');
     
    6057    global $bp, $current_blog;
    6158   
    62     if ( $current_blog->blog_id > 1 )
    63         return false;
    64 
    6559    if ( $bp['current_component'] == REGISTER_SLUG && $bp['current_action'] == '' ) {
    6660        bp_core_signup_set_headers();
     
    7367    global $bp, $current_blog;
    7468   
    75     if ( $current_blog->blog_id > 1 )
    76         return false;
    77 
    7869    if ( $bp['current_component'] == ACTIVATION_SLUG && $bp['current_action'] == '' ) {
    7970        bp_core_activation_set_headers();
Note: See TracChangeset for help on using the changeset viewer.