Changeset 4554 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 06/23/2011 07:27:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r4538 r4554 35 35 } 36 36 } 37 37 38 38 // Loop through each navigation item 39 39 foreach ( (array)$bp->bp_options_nav[$the_index] as $subnav_item ) { … … 1370 1370 1371 1371 // We don't want WordPress blog classes to appear on non-blog pages. 1372 if ( !bp_is_blog_page() || is_home()) {1372 if ( !bp_is_blog_page() ) { 1373 1373 // Preserve any custom classes already set 1374 1374 if ( !empty( $custom_classes ) ) … … 1387 1387 } 1388 1388 add_filter( 'body_class', 'bp_get_the_body_class', 10, 2 ) 1389 1390 1391 1389 ?>
Note: See TracChangeset
for help on using the changeset viewer.