Index: src/bp-members/bp-members-admin.php
===================================================================
--- src/bp-members/bp-members-admin.php	(revision 10459)
+++ src/bp-members/bp-members-admin.php	(working copy)
@@ -1446,6 +1446,16 @@
 				'<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
 				'<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
 			);
+
+			// Add accessible hidden headings and text for the Pending Users screen.
+			if ( bp_get_major_wp_version() >= 4.4 ) {
+				get_current_screen()->set_screen_reader_content( array(
+					'heading_views'      => __( 'Filter users list', 'buddypress' ),
+					'heading_pagination' => __( 'Pending users list navigation', 'buddypress' ),
+					'heading_list'       => __( 'Pending users list', 'buddypress' ),
+				) ); 
+			}
+
 		} else {
 			if ( ! empty( $_REQUEST['signup_ids' ] ) ) {
 				$signups = wp_parse_id_list( $_REQUEST['signup_ids' ] );
