コード例 #1
0
ファイル: item-answer.php プロジェクト: rinodung/wp-question
                    </ul>
                </div>
                <!-- SHARE / END -->
                <!-- COMMENT IN COMMENT -->
                <div class="cmt-in-cmt-wrapper">
                	<ul class="mobile-comments-list">
                    	<?php 
/**
 * render comment loop
 */
if (!empty($qa_answer_comments)) {
    foreach ($qa_answer_comments as $comment) {
        qa_comments_loop($comment);
    }
}
?>
                    </ul>
                    <?php 
qa_mobile_comment_form($answer, 'answer');
?>
                    <a href="javascript:void(0)" class="add-cmt-in-cmt"><?php 
_e("Add comment", ET_DOMAIN);
?>
</a>
                </div>
                <!-- COMMENT IN COMMENT / END -->
            </div>
        </div>
    </div>
</section>
<!-- CONTENT ANSWERS / END -->
コード例 #2
0
                    <!-- COMMENT IN COMMENT -->
                    <div class="cmt-in-cmt-wrapper">
                        <ul class="mobile-comments-list">
                            <?php 
/**
 * render comment loop
 */
if (!empty($parent_comments)) {
    foreach ($parent_comments as $comment) {
        qa_mobile_comments_loop($comment);
    }
}
?>
                        </ul>
                        <?php 
qa_mobile_comment_form($post);
?>
                        <a href="javascript:void(0)" class="add-cmt-in-cmt"><?php 
_e("Add comment", ET_DOMAIN);
?>
</a>
                    </div>
                    <!-- COMMENT IN COMMENT / END -->                    
                </div>
            </div>
        </div>
    </section>
    <!-- CONTENT QUESTION / END -->
    
    <!-- LABEL -->
    <section class="label-vote-wrapper">