- Timestamp:
- 05/30/2016 06:30:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-list-table.php
r10776 r10828 244 244 $this->display_tablenav( 'top' ); ?> 245 245 246 <h2 class="screen-reader-text"><?php _e( 'Activities list', 'buddypress' ); ?></h2> 246 <h2 class="screen-reader-text"><?php 247 /* translators: accessibility text */ 248 _e( 'Activities list', 'buddypress' ); 249 ?></h2> 247 250 248 251 <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">
Note: See TracChangeset
for help on using the changeset viewer.