Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2010 12:31:49 PM (15 years ago)
Author:
apeatling
Message:

Fixing the use of deprecated template tags in bp-default. Merged the fetching of BP runtime settings into one query to significantly reduce the number of run time database hits. Fixed #1916

File:
1 edited

Legend:

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

    r2525 r2695  
    214214        status_header( 200 );
    215215        $wp_query->is_404 = false;
    216 
    217         if ( $bp->current_component != BP_HOME_BLOG_SLUG )
    218             $wp_query->is_page = true;
     216        $wp_query->is_page = true;
    219217    }
    220218
Note: See TracChangeset for help on using the changeset viewer.