Hi,
Is there a way to see more than 20 comments at a time in the "Edit Comments" page?
Thank you
Hi,
Is there a way to see more than 20 comments at a time in the "Edit Comments" page?
Thank you
line 135 in edit.php contains a 20
change it to what you want.
$comments_per_page = apply_filters('comments_per_page', 20, $comment_status);
upgrading wp will overwrite this change.
Thank you. That did it.
This topic has been closed to new replies.