diff --git src/bp-templates/bp-nouveau/buddypress/activity/post-form.php src/bp-templates/bp-nouveau/buddypress/activity/post-form.php
index 2d28b7d87..40e8b8a91 100644
|
|
|
13 | 13 | bp_nouveau_before_activity_post_form(); |
14 | 14 | ?> |
15 | 15 | |
| 16 | <h2 class="bp-screen-reader-text"><?php _e( 'Post Update', 'buddypress' ); ?></h2> |
| 17 | |
16 | 18 | <div id="bp-nouveau-activity-form" class="activity-update-form"></div> |
17 | 19 | |
18 | 20 | <?php |
diff --git src/bp-templates/bp-nouveau/buddypress/members/single/activity.php src/bp-templates/bp-nouveau/buddypress/members/single/activity.php
index 038e4da5b..2f034f999 100644
|
|
|
15 | 15 | </ul> |
16 | 16 | </nav><!-- .item-list-tabs#subnav --> |
17 | 17 | |
18 | | <?php bp_nouveau_activity_member_post_form(); ?> |
| 18 | <h2 class="bp-screen-title<?php echo ( bp_displayed_user_has_front_template() ) ? ' bp-screen-reader-text' : ''; ?>"> |
| 19 | <?php esc_html_e( 'Member Activities', 'buddypress' ); ?> |
| 20 | </h2> |
19 | 21 | |
| 22 | <?php bp_nouveau_activity_member_post_form(); ?> |
20 | 23 | |
21 | 24 | <?php bp_get_template_part( 'common/search-and-filters-bar' ); ?> |
22 | 25 | |
diff --git src/bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php src/bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php
index ae491fbc2..15aad2ee8 100644
|
|
|
5 | 5 | * @since 3.0.0 |
6 | 6 | */ |
7 | 7 | |
8 | | bp_nouveau_member_hook( 'before', 'friend_requests_content' ); ?> |
| 8 | ?> |
| 9 | |
| 10 | <h2 class="screen-heading friendship-requests-screen"><?php esc_html_e( 'Friendship Requests', 'buddypress' ); ?></h2> |
| 11 | |
| 12 | <?php bp_nouveau_member_hook( 'before', 'friend_requests_content' ); ?> |
9 | 13 | |
10 | 14 | <?php if ( bp_has_members( 'type=alphabetical&include=' . bp_get_friendship_requests() ) ) : ?> |
11 | 15 | |
diff --git src/bp-templates/bp-nouveau/buddypress/members/single/groups/invites.php src/bp-templates/bp-nouveau/buddypress/members/single/groups/invites.php
index 15e3c169a..1be779904 100644
|
|
|
5 | 5 | * @since 3.0.0 |
6 | 6 | */ |
7 | 7 | |
8 | | bp_nouveau_group_hook( 'before', 'invites_content' ); ?> |
| 8 | ?> |
| 9 | |
| 10 | <h2 class="screen-heading group-invites-screen"><?php esc_html_e( 'Group Invites', 'buddypress' ); ?></h2> |
| 11 | |
| 12 | <?php bp_nouveau_group_hook( 'before', 'invites_content' ); ?> |
9 | 13 | |
10 | 14 | <?php if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) : ?> |
11 | 15 | |
diff --git src/bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php src/bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php
index e8f3f6ca1..5c5e139de 100644
|
|
|
6 | 6 | */ |
7 | 7 | ?> |
8 | 8 | |
9 | | <h2 class="screen-heading"><?php _e( 'Change Profile Photo', 'buddypress' ); ?></h2> |
| 9 | <h2 class="screen-heading change-avatar-screen"><?php _e( 'Change Profile Photo', 'buddypress' ); ?></h2> |
10 | 10 | |
11 | 11 | <?php bp_nouveau_member_hook( 'before', 'avatar_upload_content' ); ?> |
12 | 12 | |
diff --git src/bp-templates/bp-nouveau/buddypress/members/single/profile/change-cover-image.php src/bp-templates/bp-nouveau/buddypress/members/single/profile/change-cover-image.php
index b28ceaa44..82dee608a 100644
|
|
|
7 | 7 | |
8 | 8 | ?> |
9 | 9 | |
10 | | <h2 class="screen-heading"><?php _e( 'Change Cover Image', 'buddypress' ); ?></h2> |
| 10 | <h2 class="screen-heading change-cover-image-screen"><?php _e( 'Change Cover Image', 'buddypress' ); ?></h2> |
11 | 11 | |
12 | 12 | <?php bp_nouveau_member_hook( 'before', 'edit_cover_image' ); ?> |
13 | 13 | |
diff --git src/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php src/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php
index 587785af8..00f3eeda2 100644
|
|
|
5 | 5 | * @since 3.0.0 |
6 | 6 | */ |
7 | 7 | |
8 | | bp_nouveau_xprofile_hook( 'before', 'edit_content' ); |
| 8 | bp_nouveau_xprofile_hook( 'before', 'edit_content' ); ?> |
9 | 9 | |
10 | | if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) : |
| 10 | <h2 class="screen-heading edit-profile-screen"><?php esc_html_e( 'Edit Profile', 'buddypress' ); ?></h2> |
| 11 | |
| 12 | <?php if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) : |
11 | 13 | while ( bp_profile_groups() ) : |
12 | 14 | bp_the_profile_group(); |
13 | 15 | ?> |
… |
… |
if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) |
24 | 26 | </ul> |
25 | 27 | <?php endif; ?> |
26 | 28 | |
27 | | <h2 class="screen-heading profile-group-title edit"><?php printf( __( 'Editing \'%s\' Profile Group', 'buddypress' ), bp_get_the_profile_group_name() ); ?></h2> |
| 29 | <h3 class="screen-heading profile-group-title edit"><?php printf( __( 'Editing \'%s\' Profile Group', 'buddypress' ), bp_get_the_profile_group_name() ); ?></h3> |
28 | 30 | |
29 | 31 | <?php |
30 | 32 | while ( bp_profile_fields() ) : |
diff --git src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-loop.php src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-loop.php
index 88205a716..5a9002038 100644
|
|
|
5 | 5 | * @since 3.0.0 |
6 | 6 | */ |
7 | 7 | |
8 | | bp_nouveau_xprofile_hook( 'before', 'loop_content' ); ?> |
| 8 | ?> |
| 9 | |
| 10 | <h2 class="screen-heading view-profile-screen"><?php _e( 'View Profile', 'buddypress' ); ?></h2> |
| 11 | |
| 12 | <?php bp_nouveau_xprofile_hook( 'before', 'loop_content' ); ?> |
9 | 13 | |
10 | 14 | <?php if ( bp_has_profile() ) : ?> |
11 | 15 | |
… |
… |
bp_nouveau_xprofile_hook( 'before', 'loop_content' ); ?> |
20 | 24 | |
21 | 25 | <div class="bp-widget <?php bp_the_profile_group_slug(); ?>"> |
22 | 26 | |
23 | | <h2 class="screen-heading profile-group-title"> |
| 27 | <h3 class="screen-heading profile-group-title"> |
24 | 28 | <?php bp_the_profile_group_name(); ?> |
25 | | </h2> |
| 29 | </h3> |
26 | 30 | |
27 | 31 | <table class="profile-fields bp-tables-user"> |
28 | 32 | |
diff --git src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-wp.php src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-wp.php
index 27a33daad..f0eea9527 100644
|
|
bp_nouveau_wp_profile_hooks( 'before' ); ?> |
9 | 9 | |
10 | 10 | <div class="bp-widget wp-profile"> |
11 | 11 | |
12 | | <h2 class="screen-heading"> |
| 12 | <h2 class="screen-heading wp-profile-screen"> |
13 | 13 | <?php |
14 | 14 | if ( bp_is_my_profile() ) { |
15 | 15 | _e( 'My Profile', 'buddypress' ); |
diff --git src/bp-templates/bp-nouveau/buddypress/members/single/settings/general.php src/bp-templates/bp-nouveau/buddypress/members/single/settings/general.php
index dc5190e0a..ec0f4d587 100644
|
|
|
7 | 7 | |
8 | 8 | bp_nouveau_member_hook( 'before', 'settings_template' ); ?> |
9 | 9 | |
10 | | <h2 class="screen-heading genaral-settings-screen"> |
| 10 | <h2 class="screen-heading general-settings-screen"> |
11 | 11 | <?php _e( 'Email & Password', 'buddypress' ); ?> |
12 | 12 | </h2> |
13 | 13 | |