aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php
index adc5638..c1d7183 100644
--- a/comments.php
+++ b/comments.php
@@ -1,7 +1,7 @@
<?php
printf(
'<section class="col-sm-12">
- <h3><strong>' . __('Comments', 'Lidra') . '</strong></h3>
+ <h3 class="comment-title">' . __('Comments', 'Lidra') . '</h3>
<div class="comentarios">');
printf('<ul class="commentlist">');
wp_list_comments();