[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * BuddyPress - Groups Activity 4 * 5 * @since 3.0.0 6 * @version 8.0.0 7 */ 8 ?> 9 10 <h2 class="bp-screen-title<?php echo ( ! bp_is_group_home() ) ? ' bp-screen-reader-text' : ''; ?>"> 11 <?php esc_html_e( 'Group Activities', 'buddypress' ); ?> 12 </h2> 13 14 <?php bp_nouveau_groups_activity_post_form(); ?> 15 16 <div class="subnav-filters filters clearfix"> 17 18 <ul> 19 <?php if ( bp_activity_is_feed_enable( 'group' ) ) : ?> 20 <li class="feed"> 21 <a href="<?php bp_group_activity_feed_link(); ?>" class="bp-tooltip no-ajax" data-bp-tooltip="<?php esc_attr_e( 'RSS Feed', 'buddypress' ); ?>"> 22 <span class="bp-screen-reader-text"><?php esc_html_e( 'RSS', 'buddypress' ); ?></span> 23 </a> 24 </li> 25 <?php endif; ?> 26 27 <li class="group-act-search"><?php bp_nouveau_search_form(); ?></li> 28 </ul> 29 30 <?php bp_get_template_part( 'common/filters/groups-screens-filters' ); ?> 31 </div><!-- // .subnav-filters --> 32 33 <?php bp_nouveau_group_hook( 'before', 'activity_content' ); ?> 34 35 <div id="activity-stream" class="activity single-group" data-bp-list="activity"> 36 37 <div id="bp-activity-ajax-loader"><?php bp_nouveau_user_feedback( 'group-activity-loading' ); ?></div> 38 39 </div><!-- .activity --> 40 41 <?php 42 bp_nouveau_group_hook( 'after', 'activity_content' );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 22 01:00:56 2024 | Cross-referenced by PHPXref 0.7.1 |