- small fixes;

This commit is contained in:
nikitasinelnikov
2019-07-22 12:44:58 +03:00
parent ceb2d38988
commit 70e11a6a18
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ foreach ( UM()->shortcodes()->loop as $comment ) {
<div class="um-item-link">
<i class="um-icon-chatboxes"></i>
<a href="<?php echo esc_url( get_comment_link( $comment->comment_ID ) ); ?>">
<?php echo esc_html( get_comment_excerpt( $comment->comment_ID ) ); ?>
<?php echo get_comment_excerpt( $comment->comment_ID ); ?>
</a>
</div>
<div class="um-item-meta">