Changeset 46811 for trunk/src/wp-admin/upload.php
- Timestamp:
- 12/03/2019 01:56:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r45932 r46811 199 199 break; 200 200 default: 201 /** This action is documented in wp-admin/edit-comments.php */ 202 $location = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $location, $doaction, $post_ids ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 201 $screen = get_current_screen()->id; 202 203 /** This action is documented in wp-admin/edit.php */ 204 $location = apply_filters( "handle_bulk_actions-{$screen}", $location, $doaction, $post_ids ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 203 205 } 204 206
Note: See TracChangeset
for help on using the changeset viewer.