Ticket #18603: 18603-partial.diff
File 18603-partial.diff, 444 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/comment.php
diff --git src/wp-includes/comment.php src/wp-includes/comment.php index 5de9531..d5e7ab3 100644
function get_page_of_comment( $comment_ID, $args = array() ) { 900 900 'fields' => 'ids', 901 901 'count' => true, 902 902 'status' => 'approve', 903 'parent' => 0,904 903 'date_query' => array( 905 904 array( 906 905 'column' => "$wpdb->comments.comment_date_gmt",