- Timestamp:
- 04/18/2021 10:18:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/common/search-and-filters-bar.php
r12156 r12892 4 4 * 5 5 * @since 3.0.0 6 * @version 3.1.06 * @version 8.0.0 7 7 */ 8 8 ?> 9 9 <div class="subnav-filters filters no-ajax" id="subnav-filters"> 10 10 11 <?php if ( 'friends'!== bp_current_component() ) : ?>12 <div class="subnav-search clearfix">11 <?php if ( bp_get_friends_slug() !== bp_current_component() ) : ?> 12 <div class="subnav-search clearfix"> 13 13 14 <?php if ( 'activity'=== bp_current_component() ) : ?>15 <div class="feed"><a href="<?php bp_sitewide_activity_feed_link(); ?>" class="bp-tooltip" data-bp-tooltip="<?php esc_attr_e( 'RSS Feed', 'buddypress' ); ?>"><span class="bp-screen-reader-text"><?php esc_html_e( 'RSS', 'buddypress' ); ?></span></a></div>16 <?php endif; ?>14 <?php if ( bp_get_activity_slug() === bp_current_component() ) : ?> 15 <div class="feed"><a href="<?php bp_sitewide_activity_feed_link(); ?>" class="bp-tooltip" data-bp-tooltip="<?php esc_attr_e( 'RSS Feed', 'buddypress' ); ?>"><span class="bp-screen-reader-text"><?php esc_html_e( 'RSS', 'buddypress' ); ?></span></a></div> 16 <?php endif; ?> 17 17 18 <?php bp_nouveau_search_form(); ?>18 <?php bp_nouveau_search_form(); ?> 19 19 20 </div>20 </div> 21 21 <?php endif; ?> 22 22 23 23 <?php if ( bp_is_user() && ! bp_is_current_action( 'requests' ) ) : ?> 24 24 <?php bp_get_template_part( 'common/filters/user-screens-filters' ); ?> 25 <?php elseif ( 'groups'=== bp_current_component() ) : ?>25 <?php elseif ( bp_get_groups_slug() === bp_current_component() ) : ?> 26 26 <?php bp_get_template_part( 'common/filters/groups-screens-filters' ); ?> 27 27 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.