Changeset 1702
- Timestamp:
- 08/26/2009 01:26:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-framework/functions.php
r1684 r1702 54 54 global $bp, $query_string; 55 55 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 ) ) { 57 57 $query_string = preg_replace( '/pagename=' . BP_HOME_BLOG_SLUG . '/', '', $query_string ); 58 58 query_posts($query_string);
Note: See TracChangeset
for help on using the changeset viewer.