diff --git src/bp-templates/bp-nouveau/buddypress/groups/single/activity.php src/bp-templates/bp-nouveau/buddypress/groups/single/activity.php
index 307bc429d..8e4cf3fbc 100644
|
|
|
7 | 7 | |
8 | 8 | ?> |
9 | 9 | |
10 | | <?php bp_nouveau_groups_activity_post_form(); ?> |
| 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> |
11 | 13 | |
| 14 | <?php bp_nouveau_groups_activity_post_form(); ?> |
12 | 15 | |
13 | 16 | <div class="subnav-filters filters clearfix"> |
14 | 17 | |
… |
… |
|
23 | 26 | <?php bp_get_template_part( 'common/filters/groups-screens-filters' ); ?> |
24 | 27 | </div><!-- // .subnav-filters --> |
25 | 28 | |
26 | | |
27 | 29 | <?php bp_nouveau_group_hook( 'before', 'activity_content' ); ?> |
28 | 30 | |
29 | 31 | <div id="activity-stream" class="activity single-group" data-bp-list="activity"> |
diff --git src/bp-templates/bp-nouveau/buddypress/groups/single/members-loop.php src/bp-templates/bp-nouveau/buddypress/groups/single/members-loop.php
index 88d4eda7a..d086f581d 100644
|
|
|
34 | 34 | <div class="item"> |
35 | 35 | |
36 | 36 | <div class="item-block"> |
37 | | <h2 class="list-title member-name"><?php bp_group_member_link(); ?></h2> |
| 37 | <h3 class="list-title member-name"><?php bp_group_member_link(); ?></h3> |
38 | 38 | |
39 | 39 | <p class="joined item-meta"> |
40 | 40 | <?php bp_group_member_joined_since(); ?> |
diff --git src/bp-templates/bp-nouveau/buddypress/groups/single/members.php src/bp-templates/bp-nouveau/buddypress/groups/single/members.php
index 11491ddef..fa0407f90 100644
|
|
|
7 | 7 | ?> |
8 | 8 | |
9 | 9 | |
10 | | <div class="subnav-filters filters clearfix no-subnav"> |
| 10 | <div class="subnav-filters filters clearfix no-subnav"> |
11 | 11 | |
12 | | <?php bp_nouveau_search_form(); ?> |
| 12 | <?php bp_nouveau_search_form(); ?> |
13 | 13 | |
14 | | <?php bp_get_template_part( 'common/filters/groups-screens-filters' ); ?> |
| 14 | <?php bp_get_template_part( 'common/filters/groups-screens-filters' ); ?> |
15 | 15 | |
16 | | </div> |
| 16 | </div> |
| 17 | |
| 18 | <h2 class="bp-screen-title"> |
| 19 | <?php esc_html_e( 'Membership List', 'buddypress' ); ?> |
| 20 | </h2> |
17 | 21 | |
18 | 22 | |
19 | 23 | <div id="members-group-list" class="group_members dir-list" data-bp-list="group_members"> |
diff --git src/bp-templates/bp-nouveau/buddypress/groups/single/parts/header-item-actions.php src/bp-templates/bp-nouveau/buddypress/groups/single/parts/header-item-actions.php
index 8883ab9fc..a156b415d 100644
|
|
|
9 | 9 | |
10 | 10 | <?php if ( bp_current_user_can( 'groups_access_group' ) ) : ?> |
11 | 11 | |
| 12 | <h2 class="bp-screen-reader-text"><?php esc_html_e( 'Leadership', 'buddypress' ); ?></h2> |
| 13 | |
12 | 14 | <dl class="moderators-lists"> |
13 | 15 | <dt class="moderators-title"><?php _e( 'Group Admins', 'buddypress' ); ?></dt> |
14 | 16 | <dd class="user-list admins"><?php bp_group_list_admins(); ?> |
diff --git src/bp-templates/bp-nouveau/buddypress/groups/single/requests-loop.php src/bp-templates/bp-nouveau/buddypress/groups/single/requests-loop.php
index 947eb3b21..e3ceffd36 100644
|
|
|
8 | 8 | |
9 | 9 | <?php if ( bp_group_has_membership_requests( bp_ajax_querystring( 'membership_requests' ) ) ) : ?> |
10 | 10 | |
11 | | <h2 class="bp-screen-reader-text">Membership Requests</h2> |
| 11 | <h2 class="bp-screen-title"> |
| 12 | <?php esc_html_e( 'Manage Membership Requests', 'buddypress' ); ?> |
| 13 | </h2> |
12 | 14 | |
13 | 15 | <?php bp_nouveau_pagination( 'top' ); ?> |
14 | 16 | |