Changeset 13322
- Timestamp:
- 09/07/2022 10:56:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r13167 r13322 169 169 */ 170 170 function bp_core_menu_highlight_parent_page( $retval, $page ) { 171 if ( ! is_buddypress() ) {171 if ( ! is_buddypress() || ! bp_is_root_blog() ) { 172 172 return $retval; 173 173 }
Note: See TracChangeset
for help on using the changeset viewer.