Changeset 45599 for trunk/src/wp-admin/link-manager.php
- Timestamp:
- 07/05/2019 01:44:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link-manager.php
r45583 r45599 34 34 } else { 35 35 /** This action is documented in wp-admin/edit-comments.php */ 36 $redirect_to = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $redirect_to, $doaction, $bulklinks ); 36 $redirect_to = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $redirect_to, $doaction, $bulklinks ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 37 37 } 38 38 wp_redirect( $redirect_to );
Note: See TracChangeset
for help on using the changeset viewer.