Changeset 1690
- Timestamp:
- 09/18/2004 05:56:28 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r1551 r1690 39 39 if ( !empty( $_POST['delete_comments'] ) ) : 40 40 $i = 0; 41 foreach ($ delete_commentsas $comment) : // Check the permissions on each41 foreach ($_POST['delete_comments'] as $comment) : // Check the permissions on each 42 42 $comment = (int) $comment; 43 43 $post_id = $wpdb->get_var("SELECT comment_post_ID FROM $wpdb->comments WHERE comment_ID = $comment");
Note: See TracChangeset
for help on using the changeset viewer.