@@ -136,8 +136,8 @@ |
||
| 136 | 136 | <div class="clearfix"></div> |
| 137 | 137 | |
| 138 | 138 | <?php |
| 139 | - $comments_number = get_comments_number(); |
|
| 140 | - if ( has_tag() || ( comments_open() && ! empty( $comments_number ) ) ) : ?> |
|
| 139 | + $comments_number = get_comments_number(); |
|
| 140 | + if ( has_tag() || ( comments_open() && ! empty( $comments_number ) ) ) : ?> |
|
| 141 | 141 | <div class="post-tags-wrapper"> |
| 142 | 142 | <?php lsx_content_post_tags(); ?> |
| 143 | 143 | |