- Timestamp:
- 04/27/2021 06:59:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/common/search-and-filters-bar.php
r12907 r12908 9 9 <div class="subnav-filters filters no-ajax" id="subnav-filters"> 10 10 11 <?php if ( bp_ get_friends_slug() !== bp_current_component() ) : ?>11 <?php if ( bp_nouveau_get_component_slug( 'friends' ) !== bp_current_component() ) : ?> 12 12 <div class="subnav-search clearfix"> 13 13 14 <?php if ( bp_nouveau_ is_feed_enable() ) : ?>14 <?php if ( bp_nouveau_get_component_slug( 'activity' ) === bp_current_component() && bp_nouveau_is_feed_enable() ) : ?> 15 15 <div id="activity-rss-feed" class="feed"> 16 16 <a href="<?php bp_nouveau_activity_rss_link(); ?>" class="bp-tooltip" data-bp-tooltip="<?php bp_nouveau_activity_rss_tooltip(); ?>"> … … 27 27 <?php if ( bp_is_user() && ! bp_is_current_action( 'requests' ) ) : ?> 28 28 <?php bp_get_template_part( 'common/filters/user-screens-filters' ); ?> 29 <?php elseif ( bp_ get_groups_slug() === bp_current_component() ) : ?>29 <?php elseif ( bp_nouveau_get_component_slug( 'groups' ) === bp_current_component() ) : ?> 30 30 <?php bp_get_template_part( 'common/filters/groups-screens-filters' ); ?> 31 31 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.