I noticed this in my comments.php:
<?php endif; ?>
<d>
<?php if ('open' == $post-> comment_status) : ?>
I couldn't find anything about a "d" tag, so I assume I should just delete it, but I want to make sure and hear with you guys first.
I noticed this in my comments.php:
<?php endif; ?>
<d>
<?php if ('open' == $post-> comment_status) : ?>
I couldn't find anything about a "d" tag, so I assume I should just delete it, but I want to make sure and hear with you guys first.
.
Not sure what<d> is, I think nothing, by itself.
comments.php comes with your theme, so it could be a mistake made by your theme's author.
They might've meant to put <div>, so you could look later in your comments.php and see if there would be an orphaned </div>
Your explanation makes sense. I took a look at the default comments.php and compared it to my own, which I've used and mofidifed for a several years now, and I see that they are quite dissimilar. It's time to make a new one.
This topic has been closed to new replies.