PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
plugins
/
wpdiscuz
/
utils
/
layouts
/
activity
<?php if (!defined("ABSPATH")) { exit(); } $title = get_the_title($item->comment_post_ID); ?> <div class="wpd-item"> <div class="wpd-item-left"> <div class="wpd-item-link wpd-comment-meta"> <i class="fas fa-user"></i> <?php echo esc_html($item->comment_author); ?> <i class="fas fa-calendar-alt"></i> <?php echo esc_html($this->getCommentDate($item)); ?> </div> <div class="wpd-item-link wpd-comment-item-link"> <a class="wpd-comment-link" href="<?php echo esc_url_raw(get_comment_link($item)); ?>" target="_blank"> <?php echo wp_trim_words($item->comment_content, 20, "…"); ?> </a> </div> <div class="wpd-item-link wpd-post-item-link"> <span><?php echo esc_html($this->options->phrases["wc_user_settings_response_to"]); ?></span> <a class="wpd-post-link" href="<?php echo esc_url_raw(get_permalink($item->comment_post_ID)); ?>" target="_blank" title="<?php echo esc_attr($title); ?>"> <?php echo esc_html($title); ?> </a> </div> </div> <div class="wpd-item-right"> <a href="#" class="wpd-delete-content wpd-not-clicked" data-wpd-content-id="<?php echo esc_attr($item->comment_ID); ?>" data-wpd-delete-action="wpdDeleteComment" title="<?php esc_attr_e("Delete this comment", "wpdiscuz"); ?>"> <i class="fas fa-trash-alt"></i> </a> </div> <div class="wpd-clear"></div> </div>
[+]
..
[-] title.php
[edit]
[-] index.html
[edit]
[-] activity-page.php
[edit]
[-] content.php
[edit]
[-] item.php
[edit]