Ticket #40164: 40164.diff
| File 40164.diff, 757 bytes (added by , 9 years ago) |
|---|
-
wp-admin/edit-comments.php
118 118 $redirect_to = add_query_arg( 'untrashed', $untrashed, $redirect_to ); 119 119 if ( $deleted ) 120 120 $redirect_to = add_query_arg( 'deleted', $deleted, $redirect_to ); 121 if ( $trashed || $spammed )122 $redirect_to = add_query_arg( 'ids', join( ',', $comment_ids ), $redirect_to );123 121 124 122 wp_safe_redirect( $redirect_to ); 125 123 exit; … … 304 302 305 303 <?php $wp_list_table->views(); ?> 306 304 307 <form id="comments-form" method=" get">305 <form id="comments-form" method="post"> 308 306 309 307 <?php $wp_list_table->search_box( __( 'Search Comments' ), 'comment' ); ?> 310 308