WordPress/wp-admin/network
Eric Lewis d27606936b Allow custom bulk actions in admin list tables.
Bulk action filtering was introduced in 3.1, but only to remove default bulk actions, not add new ones.

Bulk actions can now be registered for all admin list table dropdowns via the `bulk_actions-{get_current_screen()->id}` filter. Handling custom bulk actions can be performed in the corresponding and newly introduced `handle_bulk_actions-${get_current_screen()->id}` filter.

Props scribu, flixos90, Veraxus.
See #16031.


Built from https://develop.svn.wordpress.org/trunk@38647


git-svn-id: http://core.svn.wordpress.org/trunk@38590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-09-23 20:33:30 +00:00
..
about.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
admin.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
credits.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
edit.php Docs Formatting: Backtick-escape inline code for all dynamic hook docs in wp-admin/network/*. 2014-11-30 11:21:22 +00:00
freedoms.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
index.php Text Changes: Unify permission error messages. 2016-06-29 15:16:29 +00:00
menu.php Multisite: Use the admin-multisite Dashicon for sites 2016-05-05 17:13:26 +00:00
plugin-editor.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
plugin-install.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
plugins.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
profile.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
settings.php I18N: Replace unnecessary context with a translator comment for %s KB string on Network Settings screen. 2016-08-23 00:11:28 +00:00
setup.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
site-info.php I18N: Add translator comments for Edit Site: %s string in network admin. 2016-08-22 23:53:31 +00:00
site-new.php Text Changes: Unify permission error messages. 2016-06-29 15:16:29 +00:00
site-settings.php I18N: Add translator comments for Edit Site: %s string in network admin. 2016-08-22 23:53:31 +00:00
site-themes.php Allow custom bulk actions in admin list tables. 2016-09-23 20:33:30 +00:00
site-users.php Allow custom bulk actions in admin list tables. 2016-09-23 20:33:30 +00:00
sites.php Allow custom bulk actions in admin list tables. 2016-09-23 20:33:30 +00:00
theme-editor.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
theme-install.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
themes.php Allow custom bulk actions in admin list tables. 2016-09-23 20:33:30 +00:00
update-core.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
update.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
upgrade.php Multisite: Improve performance of the upgrade page on large networks. 2016-08-09 11:39:36 +00:00
user-edit.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
user-new.php Text Changes: Unify permission error messages. 2016-06-29 15:16:29 +00:00
users.php Allow custom bulk actions in admin list tables. 2016-09-23 20:33:30 +00:00