Changeset 5058
- Timestamp:
- 08/30/2011 02:49:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r5047 r5058 971 971 $is_blog_page = false; 972 972 973 if ( !bp_current_component() ) 973 // Generally, we can just check to see that there's no current component. The one exception 974 // is single user home tabs, where $bp->current_component is unset. Thus the addition 975 // of the bp_is_user() check. 976 if ( !bp_current_component() && !bp_is_user() ) 974 977 $is_blog_page = true; 975 978
Note: See TracChangeset
for help on using the changeset viewer.