$comment_info_msg_tag = '<div class="comment-information-messag">'.$comment_info_msg.'</div>'


これって変数$comment_info_msg_tagを呼び出した時
変数$comment_info_msgの中身がクラスcomment-information-messagの<DIV>タグを付けられて出てくるって事で合っていますか?