--- comment.php	Sun Dec 28 16:20:35 2008
+++ comment.php	Sun Dec 28 16:20:00 2008
@@ -1580,7 +1580,7 @@
  * @return object
  */
 function _close_comments_for_old_posts( $posts ) {
-	if ( empty($posts) || !is_single() || !get_option('close_comments_for_old_posts') )
+	if ( empty($posts) || !(is_single() || is_page()) || !get_option('close_comments_for_old_posts') )
 		return $posts;
 
 	$days_old = (int) get_option('close_comments_days_old');

