- Timestamp:
- 05/06/2016 12:57:48 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-list-table.php
r10520 r10739 217 217 $this->display_tablenav( 'top' ); ?> 218 218 219 <h2 class="screen-reader-text"><?php _e( 'Groups list', 'buddypress' ); ?></h2> 219 <h2 class="screen-reader-text"><?php 220 /* translators: accessibility text */ 221 _e( 'Groups list', 'buddypress' ); 222 ?></h2> 220 223 221 224 <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0"> … … 285 288 $url_base = bp_get_admin_url( 'admin.php?page=bp-groups' ); ?> 286 289 287 <h2 class="screen-reader-text"><?php _e( 'Filter groups list', 'buddypress' ); ?></h2> 290 <h2 class="screen-reader-text"><?php 291 /* translators: accessibility text */ 292 _e( 'Filter groups list', 'buddypress' ); 293 ?></h2> 288 294 289 295 <ul class="subsubsub">
Note: See TracChangeset
for help on using the changeset viewer.