Changeset 7130 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 03/02/2008 08:17:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r7098 r7130 10 10 check_admin_referer('bulk-comments'); 11 11 12 $comments_deleted = $comments_approved = $comments_unapproved = $comments_spammed = 0; 12 $comments_deleted = $comments_approved = $comments_unapproved = $comments_spammed = 0; 13 13 foreach ($_REQUEST['delete_comments'] as $comment) : // Check the permissions on each 14 14 $comment = (int) $comment; … … 41 41 } elseif ( !empty($_GET['_wp_http_referer']) ) { 42 42 wp_redirect(remove_query_arg(array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI']))); 43 exit; 43 exit; 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.