Ticket #6743: 6743.patch
File 6743.patch, 906 bytes (added by , 9 years ago) |
---|
-
src/bp-members/bp-members-admin.php
1424 1424 '<p>' . __( 'Bulk actions allow you to perform these 3 actions for the selected rows.', 'buddypress' ) . '</p>' 1425 1425 ) ); 1426 1426 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 1427 1434 // Help panel - sidebar links. 1428 1435 get_current_screen()->set_help_sidebar( 1429 1436 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .