Ticket #35506: 35506.diff
File 35506.diff, 454 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/includes/class-wp-comments-list-table.php
499 500 $this->single_row_columns( $comment ); 500 501 echo "</tr>\n"; 501 502 502 unset( $ post, $comment);503 unset( $GLOBALS['post'], $GLOBALS['comment'] ); 503 504 } 504 505 505 506 /**