wordpress/php-fpm/wordpress_files/themes/ltk-foundation/templates/pingback.php
2020-05-22 01:40:23 +00:00

8 lines
422 B
PHP

<li <?php comment_class('panel panel-default pingback'); ?>>
<div class="panel-body">
<a href="<?php echo esc_url($comment->comment_author_url); ?>" title="<?php echo esc_attr($comment->comment_author); ?>" rel="nofollow">
<i class="fa fa-link"></i> <?php echo esc_html($comment->comment_author); ?>
</a>
<small class="pull-right comment-date"><?php comment_date(); ?> - <?php comment_time(); ?></small>
</div>