Changeset 11907 for trunk/src/bp-groups/bp-groups-admin.php
- Timestamp:
- 03/22/2018 10:44:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-admin.php
r11741 r11907 187 187 188 188 // Add accessible hidden heading and text for Groups screen pagination. 189 if ( bp_get_major_wp_version() >= 4.4 ) { 190 get_current_screen()->set_screen_reader_content( array( 191 /* translators: accessibility text */ 192 'heading_pagination' => __( 'Groups list navigation', 'buddypress' ), 193 ) ); 194 } 189 get_current_screen()->set_screen_reader_content( array( 190 /* translators: accessibility text */ 191 'heading_pagination' => __( 'Groups list navigation', 'buddypress' ), 192 ) ); 195 193 } 196 194
Note: See TracChangeset
for help on using the changeset viewer.