Changeset 6832 for trunk/bp-groups/bp-groups-admin.php
- Timestamp:
- 03/03/2013 08:45:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-admin.php
r6830 r6832 76 76 $min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : 'min.'; 77 77 78 // Bottom bulk action hack 79 if ( !empty( $_REQUEST['action2'] ) ) { 80 $_REQUEST['action'] = $_REQUEST['action2']; 81 unset( $_REQUEST['action2'] ); 82 } 83 84 // Decide whether to load the index or edit screen 85 $doaction = ! empty( $_REQUEST['action'] ) ? $_REQUEST['action'] : ''; 78 $doaction = bp_admin_list_table_current_bulk_action(); 86 79 87 80 // Call an action for plugins to hook in early
Note: See TracChangeset
for help on using the changeset viewer.