Changeset 3732 for trunk/bp-core/bp-core-templatetags.php
- Timestamp:
- 01/18/2011 08:19:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r3730 r3732 1654 1654 // If the $component parameter does not match the current_component, 1655 1655 // then move along, these are not the droids you are looking for 1656 if ( $bp->{$id}->root_slug != $bp->current_component )1656 if ( empty( $bp->{$id}->root_slug ) || $bp->{$id}->root_slug != $bp->current_component ) 1657 1657 continue; 1658 1658
Note: See TracChangeset
for help on using the changeset viewer.