diff options
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comments.php b/comments.php index 813e31a..4d0343b 100644 --- a/comments.php +++ b/comments.php @@ -1,8 +1,7 @@ <?php printf( '<section class="col-sm-12"> - <div class="comentarios"> - <h6 class="page-libre">no_title</h6>'); + <div class="comentarios">'); printf('<ul class="commentlist">'); wp_list_comments(); printf('</ul>'); |