From e8b2be0832c068f53660ecce73f10831b9c8cb68 Mon Sep 17 00:00:00 2001 From: Amin Charoliya Date: Fri, 20 Sep 2024 14:22:13 +0530 Subject: [PATCH 1/6] [PROD-8020] Add group cover image alt text --- src/bp-templates/bp-nouveau/buddypress/groups/groups-loop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bp-templates/bp-nouveau/buddypress/groups/groups-loop.php b/src/bp-templates/bp-nouveau/buddypress/groups/groups-loop.php index a54098d395..3731c0ccdc 100644 --- a/src/bp-templates/bp-nouveau/buddypress/groups/groups-loop.php +++ b/src/bp-templates/bp-nouveau/buddypress/groups/groups-loop.php @@ -66,7 +66,7 @@
- + <?php esc_attr_e( 'Group cover image', 'buddyboss' ); ?>
From 0553c4651bb6c7772930633d1a0ef54c82443a21 Mon Sep 17 00:00:00 2001 From: Amin Charoliya Date: Tue, 24 Sep 2024 14:57:24 +0530 Subject: [PATCH 2/6] [PROD-8020] Add aria-label to Profile header more options button --- src/bp-templates/bp-nouveau/includes/members/template-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bp-templates/bp-nouveau/includes/members/template-tags.php b/src/bp-templates/bp-nouveau/includes/members/template-tags.php index dd19425602..89c2759e51 100644 --- a/src/bp-templates/bp-nouveau/includes/members/template-tags.php +++ b/src/bp-templates/bp-nouveau/includes/members/template-tags.php @@ -221,7 +221,7 @@ function bp_nouveau_member_header_bubble_buttons( $args = array() ) { bp_get_template_part( 'common/more-options-view' ); $template_part_content = ob_get_clean(); - $output = sprintf( '
%1$s %2$s
', $template_part_content, $output ); + $output = sprintf( '
%2$s %3$s
', esc_attr__( 'More Options', 'buddyboss' ), $template_part_content, $output ); bp_nouveau_wrapper( array_merge( $args, array( 'output' => $output ) ) ); } From 9a421dbffabdfce42b6c8945867fba6c2d1e0b2e Mon Sep 17 00:00:00 2001 From: Amin Charoliya Date: Tue, 24 Sep 2024 15:01:21 +0530 Subject: [PATCH 3/6] [PROD-8020] Add aria-label to group header more options button --- src/bp-templates/bp-nouveau/includes/groups/template-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bp-templates/bp-nouveau/includes/groups/template-tags.php b/src/bp-templates/bp-nouveau/includes/groups/template-tags.php index dc6961e357..b28bf36b4a 100644 --- a/src/bp-templates/bp-nouveau/includes/groups/template-tags.php +++ b/src/bp-templates/bp-nouveau/includes/groups/template-tags.php @@ -556,7 +556,7 @@ function bb_nouveau_group_header_bubble_buttons( $args = array() ) { bp_get_template_part( 'common/more-options-view' ); $template_part_content = ob_get_clean(); - $output = sprintf( '
%1$s %2$s
', $template_part_content, $output ); + $output = sprintf( '
%2$s %3$s
', esc_attr__( 'More Options', 'buddyboss' ), $template_part_content, $output ); bp_nouveau_wrapper( array_merge( $args, array( 'output' => $output ) ) ); } From 79063150194d258d8bd9307764966eee3e5095f8 Mon Sep 17 00:00:00 2001 From: Amin Charoliya Date: Tue, 24 Sep 2024 16:31:39 +0530 Subject: [PATCH 4/6] [PROD-8020] Add aria-label for formatting button --- src/bp-forums/templates/default/bbpress/form-attachments.php | 2 +- .../templates/default/bbpress/form-forum-attachments.php | 2 +- .../common/js-templates/activity/parts/bp-editor-toolbar.php | 2 +- .../messages/parts/bp-messages-formatting-toolbar.php | 2 +- .../buddypress/groups/single/messages/private-message.php | 2 +- .../buddypress/groups/single/messages/public-message.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/bp-forums/templates/default/bbpress/form-attachments.php b/src/bp-forums/templates/default/bbpress/form-attachments.php index a845617921..c83c62ca63 100644 --- a/src/bp-forums/templates/default/bbpress/form-attachments.php +++ b/src/bp-forums/templates/default/bbpress/form-attachments.php @@ -153,7 +153,7 @@
- +
diff --git a/src/bp-forums/templates/default/bbpress/form-forum-attachments.php b/src/bp-forums/templates/default/bbpress/form-forum-attachments.php index 5ca45117ac..52b9b843c2 100644 --- a/src/bp-forums/templates/default/bbpress/form-forum-attachments.php +++ b/src/bp-forums/templates/default/bbpress/form-forum-attachments.php @@ -32,7 +32,7 @@ if ( bp_is_active( 'media' ) ) : ?>
- +
diff --git a/src/bp-templates/bp-nouveau/buddypress/common/js-templates/activity/parts/bp-editor-toolbar.php b/src/bp-templates/bp-nouveau/buddypress/common/js-templates/activity/parts/bp-editor-toolbar.php index d3dc15346f..1b55033de6 100644 --- a/src/bp-templates/bp-nouveau/buddypress/common/js-templates/activity/parts/bp-editor-toolbar.php +++ b/src/bp-templates/bp-nouveau/buddypress/common/js-templates/activity/parts/bp-editor-toolbar.php @@ -11,7 +11,7 @@ ?>