Changeset 7197 for trunk/bp-groups/bp-groups-admin.php
- Timestamp:
- 06/10/2013 12:16:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-admin.php
r7175 r7197 1289 1289 */ 1290 1290 function column_cb( $item = array() ) { 1291 printf( '< input type="checkbox" name="gid[]" value="%d" />', (int)$item['id'] );1291 printf( '<label class="screen-reader-text" for="aid-%1$d">' . __( 'Select group %1$d', 'buddypress' ) . '</label><input type="checkbox" name="aid[]" value="%1$d" id="aid-%1$d" />', $item['id'] ); 1292 1292 } 1293 1293
Note: See TracChangeset
for help on using the changeset viewer.