Changeset 8323 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 04/26/2014 05:13:30 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r8185 r8323 562 562 // If there was no match, add a page for this root component 563 563 if ( empty( $match ) ) { 564 $bp->add_root[] = $slug; 564 $add_root_items = $bp->add_root(); 565 $add_root_items[] = $slug; 566 $bp->add_root = $add_root_items; 565 567 } 566 568
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)