Changeset 45599 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 07/05/2019 01:44:41 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r45597 r45599 419 419 420 420 /** This action is documented in wp-admin/edit-comments.php */ 421 $sendback = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $sendback, $action, $plugins ); 421 $sendback = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $sendback, $action, $plugins ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 422 422 wp_safe_redirect( $sendback ); 423 423 exit;
Note: See TracChangeset
for help on using the changeset viewer.