Skip to:
Content

BuddyPress.org

Ticket #6743: 6743.patch

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

     
    14241424                                '<p>' . __( 'Bulk actions allow you to perform these 3 actions for the selected rows.', 'buddypress' ) . '</p>'
    14251425                        ) );
    14261426
     1427                        // Add accessible hidden headings and text for the pending users screen.
     1428                        get_current_screen()->set_screen_reader_content( array(
     1429                                'heading_views'      => __( 'Filter users list', 'buddypress' ),
     1430                                'heading_pagination' => __( 'Users list navigation', 'buddypress' ),
     1431                                'heading_list'       => __( 'Pending users list', 'buddypress' ),
     1432                        ) );
     1433
    14271434                        // Help panel - sidebar links.
    14281435                        get_current_screen()->set_help_sidebar(
    14291436                                '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .