Ticket #17778: 17778.refresh.patch
File 17778.refresh.patch, 413 bytes (added by , 12 years ago) |
---|
-
wp-includes/comment.php
789 789 if ( empty($comments) ) 790 790 return 0; 791 791 792 if ( ! get_option( 'page_comments' ) ) 793 return 1; 794 792 795 if ( !isset($per_page) ) 793 796 $per_page = (int) get_query_var('comments_per_page'); 794 797 if ( 0 === $per_page )