//Custom markup for Comments function my_custom_comments($comment, $args, $depth) { $GLOBALS['comment'] = $comment; echo '
  • '; if ($comment->comment_approved == '0') : echo '' . _e('Your comment is awaiting moderation.') . ''; endif; //Start Custom Markup comment_text(); //End Custom Markup }