Changeset 5149 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 09/15/2011 09:44:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r5108 r5149 146 146 // Loop through each page in the $bp->pages global 147 147 foreach ( (array) $bp->pages as $page_key => $bp_page ) { 148 149 // Skip page if component is inactive150 if ( !bp_is_active( $page_key ) && !in_array( $page_key, array( 'activate', 'register') ) )151 continue;152 148 153 149 // Look for a match (check members first)
Note: See TracChangeset
for help on using the changeset viewer.