Changeset 38958 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 10/26/2016 02:44:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r38718 r38958 92 92 * @since 4.7.0 93 93 * 94 * @param string $redirect_ toThe redirect URL.95 * @param string $doaction The action being taken.96 * @param array $ comment_ids The comments to take the action on.94 * @param string $redirect_url The redirect URL. 95 * @param string $doaction The action being taken. 96 * @param array $items The items to take the action on. 97 97 */ 98 98 $redirect_to = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $redirect_to, $doaction, $comment_ids );
Note: See TracChangeset
for help on using the changeset viewer.