Skip to:
Content

BuddyPress.org

Ticket #6743: 6743.3.patch

File 6743.3.patch, 1002 bytes (added by mercime, 9 years ago)
  • src/bp-members/bp-members-admin.php

     
    14461446                                '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    14471447                                '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
    14481448                        );
     1449
     1450                        // Add accessible hidden headings and text for the Pending Users screen.
     1451                        if ( bp_get_major_wp_version() >= 4.4 ) {
     1452                                get_current_screen()->set_screen_reader_content( array(
     1453                                        'heading_views'      => __( 'Filter users list', 'buddypress' ),
     1454                                        'heading_pagination' => __( 'Pending users list navigation', 'buddypress' ),
     1455                                        'heading_list'       => __( 'Pending users list', 'buddypress' ),
     1456                                ) );
     1457                        }
     1458
    14491459                } else {
    14501460                        if ( ! empty( $_REQUEST['signup_ids' ] ) ) {
    14511461                                $signups = wp_parse_id_list( $_REQUEST['signup_ids' ] );