Changeset 14293
- Timestamp:
- 12/16/2024 08:54:31 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/header-nav.php
r14288 r14293 3 3 // "current" CSS class vars 4 4 $_is_about = is_page( 'about' ); 5 $_is_bbpress = ( is_bbpress() && ! is_front_page() );5 $_is_bbpress = ( ( function_exists( 'is_bbpress' ) && is_bbpress() ) && ! is_front_page() ); 6 6 $_is_codex = false; 7 7 $_is_news = ( is_home() || is_singular( 'post' ) || ( is_archive() && ! is_post_type_archive() ) );
Note: See TracChangeset
for help on using the changeset viewer.