Title: error in comments code
Last modified: August 19, 2016

---

# error in comments code

 *  [Donna McMaster](https://wordpress.org/support/users/mcdonna/)
 * (@mcdonna)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/error-in-comments-code/)
 * line 23 of themes/dialogue/comments.php:
 *     ```
       <li class="commentbody"<?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>"
       ```
   
 * results in this code:
 *     ```
       <li class="commentbody"altid="comment-1"
       ```
   
 * I think it needs to be changed to:
 *     ```
       <li class="commentbody <?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
       ```
   
 * HTH 🙂
    Donna

Viewing 1 replies (of 1 total)

 *  [dialogue_theme](https://wordpress.org/support/users/dialogue_theme/)
 * (@dialogue_theme)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/error-in-comments-code/#post-1378848)
 * Thanks mcdonna, you are right. I will release a bugfix!
 * Greetings!

Viewing 1 replies (of 1 total)

The topic ‘error in comments code’ is closed to new replies.

## Tags

 * [dialogue](https://wordpress.org/support/topic-tag/dialogue/)

 * 1 reply
 * 2 participants
 * Last reply from: [dialogue_theme](https://wordpress.org/support/users/dialogue_theme/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/error-in-comments-code/#post-1378848)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
