Changeset 3238
- Timestamp:
- 09/07/2010 09:54:21 PM (15 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-core/bp-core-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core/bp-core-templatetags.php
r3210 r3238 516 516 foreach( (array) $bp->bp_nav as $nav_item ) { 517 517 /* If the current component matches the nav item id, then add a highlight CSS class. */ 518 if ( !bp_is_directory && $bp->active_components[$bp->current_component] == $nav_item['css_id'] )518 if ( !bp_is_directory() && $bp->active_components[$bp->current_component] == $nav_item['css_id'] ) 519 519 $selected = ' class="current selected"'; 520 520 else
Note: See TracChangeset
for help on using the changeset viewer.