- Timestamp:
- 04/27/2021 04:56:32 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/common/search-and-filters-bar.php
r12892 r12907 12 12 <div class="subnav-search clearfix"> 13 13 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> 14 <?php if ( bp_nouveau_is_feed_enable() ) : ?> 15 <div id="activity-rss-feed" class="feed"> 16 <a href="<?php bp_nouveau_activity_rss_link(); ?>" class="bp-tooltip" data-bp-tooltip="<?php bp_nouveau_activity_rss_tooltip(); ?>"> 17 <span class="bp-screen-reader-text"><?php bp_nouveau_activity_rss_screen_reader_text(); ?></span> 18 </a> 19 </div> 16 20 <?php endif; ?> 17 21 18 22 <?php bp_nouveau_search_form(); ?> 19 23 20 </div>24 </div> 21 25 <?php endif; ?> 22 26 23 24 25 26 27 28 29 27 <?php if ( bp_is_user() && ! bp_is_current_action( 'requests' ) ) : ?> 28 <?php bp_get_template_part( 'common/filters/user-screens-filters' ); ?> 29 <?php elseif ( bp_get_groups_slug() === bp_current_component() ) : ?> 30 <?php bp_get_template_part( 'common/filters/groups-screens-filters' ); ?> 31 <?php else : ?> 32 <?php bp_get_template_part( 'common/filters/directory-filters' ); ?> 33 <?php endif; ?> 30 34 31 35 </div><!-- search & filters -->
Note: See TracChangeset
for help on using the changeset viewer.