Changeset 10150 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r10104 r10150 21 21 $deleted_spam = $wpdb->query( "DELETE FROM $wpdb->comments WHERE comment_approved = 'spam' AND '$delete_time' > comment_date_gmt" ); 22 22 23 $redirect_to = 'edit-comments.php?comment_status=spam&deleted=' . (int) $deleted_spam; 23 $redirect_to = 'edit-comments.php?comment_status=spam&deleted=' . (int) $deleted_spam; 24 24 if ( $post_id ) 25 25 $redirect_to = add_query_arg( 'p', absint( $post_id ), $redirect_to );
Note: See TracChangeset
for help on using the changeset viewer.