Changeset 7360 for trunk/bp-groups/bp-groups-admin.php
- Timestamp:
- 09/02/2013 01:02:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-admin.php
r7312 r7360 400 400 function bp_groups_admin() { 401 401 // Decide whether to load the index or edit screen 402 $doaction = ! empty( $_REQUEST['action'] ) ? $_REQUEST['action'] : '';402 $doaction = bp_admin_list_table_current_bulk_action(); 403 403 404 404 // Display the single group edit screen … … 1286 1286 */ 1287 1287 function column_cb( $item = array() ) { 1288 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'] );1288 printf( '<label class="screen-reader-text" for="gid-%1$d">' . __( 'Select group %1$d', 'buddypress' ) . '</label><input type="checkbox" name="gid[]" value="%1$d" id="gid-%1$d" />', $item['id'] ); 1289 1289 } 1290 1290
Note: See TracChangeset
for help on using the changeset viewer.