Updated to WordPress 1.5.1.3
I just finished updating to WordPress 1.5.1.3. I got hacked in twice (through that XMLRPC file) so I had no choice. Using a modem connection it took quite a while to download the new files, delete the old files and then upload again the all thing..
Once I'm finally done I check out how my index page looks and...there is nothing, not even one single tag showing. After much looking around I found out that I had to erase
< ?php include(ABSPATH . 'wp-comments.php'); ?>
and replace it with
< ?php comments_template(); ?>
Now, so far, everything works.