﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
16031,New bulk actions hook missing catcher behavior,Veraxus,,"The new bulk actions filter allows you to modify the bulk-actions arrays, but neglects to add the ability to handle the new custom actions. 

The fix is to simply add one new do_action() hook to the default case of each affected page (similar to the way 'wp_ajax_' handles custom ajax requests).

For example, the following might be added to users.php at line 285, immediately after <tt>default:</tt>

do_action( 'bulk_action-'. $wp_list_table->current_action() );",enhancement,assigned,normal,Future Release,Administration,3.1,normal,,needs-patch,sirzooro steph@… WordPress@… dontmindtk stephenh1988 mikeschinkel@… edward@… 24-7@… lopo dcowgill@… danielbachhuber
