Changeset 4554
- Timestamp:
- 06/23/2011 07:27:52 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bp-core/bp-core-template.php (modified) (3 diffs)
-
bp-themes/bp-default/_inc/css/default.css (modified) (1 diff)
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 ?> -
trunk/bp-themes/bp-default/_inc/css/default.css
r4546 r4554 628 628 margin-top: -1px; 629 629 } 630 #nav-above { 631 display: none; 632 } 633 .paged #nav-above { 634 display: block; 635 } 630 636 631 637
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)