Ticket #4212: 4212.01.trunk.diff
| File 4212.01.trunk.diff, 452 bytes (added by , 14 years ago) |
|---|
-
bp-core/bp-core-template.php
1024 1024 function bp_is_active( $component ) { 1025 1025 global $bp; 1026 1026 1027 if ( isset( $bp->active_components[$component] ) )1027 if ( isset( $bp->active_components[$component] ) || 'core' === (string) $component ) 1028 1028 return true; 1029 1029 1030 1030 return false;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)