Changeset 45599 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 07/05/2019 01:44:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r45597 r45599 218 218 219 219 /** This action is documented in wp-admin/network/site-themes.php */ 220 $referer = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $referer, $action, $themes ); 220 $referer = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $referer, $action, $themes ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 221 221 222 222 wp_safe_redirect( $referer );
Note: See TracChangeset
for help on using the changeset viewer.