Changeset 11907 for trunk/src/bp-members/classes/class-bp-members-admin.php
- Timestamp:
- 03/22/2018 10:44:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-admin.php
r11816 r11907 1545 1545 1546 1546 // Add accessible hidden headings and text for the Pending Users screen. 1547 if ( bp_get_major_wp_version() >= 4.4 ) { 1548 get_current_screen()->set_screen_reader_content( array( 1549 /* translators: accessibility text */ 1550 'heading_views' => __( 'Filter users list', 'buddypress' ), 1551 /* translators: accessibility text */ 1552 'heading_pagination' => __( 'Pending users list navigation', 'buddypress' ), 1553 /* translators: accessibility text */ 1554 'heading_list' => __( 'Pending users list', 'buddypress' ), 1555 ) ); 1556 } 1547 get_current_screen()->set_screen_reader_content( array( 1548 /* translators: accessibility text */ 1549 'heading_views' => __( 'Filter users list', 'buddypress' ), 1550 /* translators: accessibility text */ 1551 'heading_pagination' => __( 'Pending users list navigation', 'buddypress' ), 1552 /* translators: accessibility text */ 1553 'heading_list' => __( 'Pending users list', 'buddypress' ), 1554 ) ); 1557 1555 1558 1556 } else {
Note: See TracChangeset
for help on using the changeset viewer.