Beispiel #1
0
                <?php 
    if ('0' == $comment->comment_approved) {
        ?>
                    <p class="alert alert-danger comment-awaiting-moderation"><?php 
        st_the_language('your_comment_is_awaiting_moderation');
        ?>
</p>
                <?php 
    }
    ?>
                <div class="comment-content">
                    <?php 
    $max_string = 200;
    $text = get_comment_text();
    echo TravelHelper::add_read_more($text, $max_string);
    ?>
                </div>

                <div class="<?php 
    /*if($max_string<strlen($text))*/
    echo 'booking-item-review-more-content';
    ?>
">
                    <?php 
    do_action('st_review_more_content', $comment_id);
    ?>
                    <?php 
    do_action('st_review_stats_' . get_post_type() . '_content', $comment_id);
    ?>
                </div>