Changeset 3958 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 01/27/2011 10:47:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r3933 r3958 678 678 $is_current_component = true; 679 679 680 // Since the current component is based on the visible URL slug let's 681 // check the component being passed and see if its root_slug matches 682 } elseif ( isset( $bp->{$component}->root_slug ) && $bp->{$component}->root_slug == $bp->current_component ) { 683 $is_current_component = true; 684 680 685 // Next, check to see whether $component is a canonical, 681 686 // non-translatable component name. If so, we can return its
Note: See TracChangeset
for help on using the changeset viewer.