Ticket #39193: 39193.patch
| File 39193.patch, 1.3 KB (added by , 9 years ago) |
|---|
-
wp-admin/edit-comments.php
95 95 * @param string $doaction The action being taken. 96 96 * @param array $items The items to take the action on. 97 97 */ 98 $redirect_to = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $redirect_to, $doaction, $comment_ids );98 $redirect_to = apply_filters( "handle_bulk_actions-{get_current_screen()->id}", $redirect_to, $doaction, $comment_ids ); 99 99 } 100 100 101 101 wp_defer_comment_counting( false ); -
wp-admin/network/site-themes.php
137 137 * @param array $items The items to take the action on. 138 138 * @param int $site_id The site id. 139 139 */ 140 $referer = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $referer, $action, $themes, $id );140 $referer = apply_filters( "handle_network_bulk_actions-{get_current_screen()->id}", $referer, $action, $themes, $id ); 141 141 } else { 142 142 $action = 'error'; 143 143 $n = 'none';