Changeset 45599 for trunk/src/wp-admin/network/sites.php
- Timestamp:
- 07/05/2019 01:44:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/sites.php
r43019 r45599 212 212 $blogs = (array) $_POST['allblogs']; 213 213 /** This action is documented in wp-admin/network/site-themes.php */ 214 $redirect_to = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $redirect_to, $doaction, $blogs, $id ); 214 $redirect_to = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $redirect_to, $doaction, $blogs, $id ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 215 215 wp_safe_redirect( $redirect_to ); 216 216 exit();
Note: See TracChangeset
for help on using the changeset viewer.