- Timestamp:
- 06/12/2016 09:12:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-list-table.php
r10828 r10882 498 498 */ 499 499 function column_cb( $item ) { 500 /* translators: accessibility text */ 500 501 printf( '<label class="screen-reader-text" for="aid-%1$d">' . __( 'Select activity item %1$d', 'buddypress' ) . '</label><input type="checkbox" name="aid[]" value="%1$d" id="aid-%1$d" />', $item['id'] ); 501 502 }
Note: See TracChangeset
for help on using the changeset viewer.