﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
13402,wp_list_comments destroys $post for a paged comment,tetonbabe,,"If a page has a comment and I call:
echo 'before post = ' . $post->ID;
wp_list_comments(...);
echo 'after post = ' . $post->ID;

The ID appears as 2 before the call to wp_list_comments, and as the empty string after the call.

This can be duplicated in the Atahualpa Theme 3.4.6, by editing comments.php as described above for the 3rd (and last) call to wp_list_comments, and configuring Atahualpa Theme Options -> Style and Configure Comments -> Allow comments on pages.  Then add a comment to the About page.",defect (bug),closed,normal,,General,2.9.2,normal,worksforme,reporter-feedback,tetonbabe
