Ticket #17778: comment.php.patch
File comment.php.patch, 537 bytes (added by , 14 years ago) |
---|
-
Applications/MAMP/htdocs/wordpress-trunk/wp-includes/comment.php
740 740 if ( empty($comments) ) 741 741 return 0; 742 742 743 if ( ! get_option('page_comments') ) 744 return 1; 745 743 746 if ( !isset($per_page) ) 744 747 $per_page = (int) get_query_var('comments_per_page'); 745 748 if ( 0 === $per_page )