Ticket #6743: 6743.2.patch
File 6743.2.patch, 1016 bytes (added by , 9 years ago) |
---|
-
src/bp-members/bp-members-admin.php
1446 1446 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 1447 1447 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 1448 1448 ); 1449 1450 // Add accessible hidden headings and text for the Pending Users screen. 1451 if ( version_compare( $GLOBALS['wp_version'], '4.4', '>=' ) ) { 1452 get_current_screen()->set_screen_reader_content( array( 1453 'heading_views' => __( 'Filter users list', 'buddypress' ), 1454 'heading_pagination' => __( 'Users list navigation', 'buddypress' ), 1455 'heading_list' => __( 'Pending users list', 'buddypress' ), 1456 ) ); 1457 } 1458 1449 1459 } else { 1450 1460 if ( ! empty( $_REQUEST['signup_ids' ] ) ) { 1451 1461 $signups = wp_parse_id_list( $_REQUEST['signup_ids' ] );