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