mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
8 lines
422 B
PHP
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>
|