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
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
edit.php
freedoms.php
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
plugin-install.php
plugins.php
profile.php
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
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
theme-install.php
themes.php Allow custom bulk actions in admin list tables. 2016-09-23 20:33:30 +00:00
update-core.php
update.php
upgrade.php Multisite: Improve performance of the upgrade page on large networks. 2016-08-09 11:39:36 +00:00
user-edit.php
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