diff options
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php index 462441f..adc5638 100644 --- a/comments.php +++ b/comments.php @@ -1,7 +1,7 @@ <?php printf( '<section class="col-sm-12"> - <h3>' . __('Comments', 'Lidra') . '</h3> + <h3><strong>' . __('Comments', 'Lidra') . '</strong></h3> <div class="comentarios">'); printf('<ul class="commentlist">'); wp_list_comments(); |