Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/04/2015 01:14:46 PM (10 years ago)
Author:
boonebgorges
Message:

Allow Members directory pages to be nested under other pages.

A bug was introduced in [9723] that broke the way that URIs are parsed when
viewing a Members directory page, when that page is the child of another
WP page.

Props r-a-y.
See #6475.

File:
1 edited

Legend:

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

    r9819 r9914  
    316316                    $bp->current_component = '';
    317317                }
    318             }
    319 
    320             // Reset the offset
    321             $uri_offset = 0;
     318
     319                // Reset the offset
     320                $uri_offset = 0;
     321            }
    322322        }
    323323    }
Note: See TracChangeset for help on using the changeset viewer.