Skip to:
Content

BuddyPress.org

Changeset 1702


Ignore:
Timestamp:
08/26/2009 01:26:36 AM (16 years ago)
Author:
apeatling
Message:

Fixes #845

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-framework/functions.php

    r1684 r1702  
    5454    global $bp, $query_string;
    5555   
    56     if ( $bp->current_component == BP_HOME_BLOG_SLUG && !$bp->current_action && empty( $bp->action_variables ) ) {
     56    if ( $bp->current_component == BP_HOME_BLOG_SLUG && ( !$bp->current_action || 'page' == $bp->current_action ) ) {
    5757        $query_string = preg_replace( '/pagename=' . BP_HOME_BLOG_SLUG . '/', '', $query_string );
    5858        query_posts($query_string);
Note: See TracChangeset for help on using the changeset viewer.