Completed
Push — master ( f2a6ae...14d68c )
by Warwick
03:10
created
content.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,8 +136,8 @@
 block discarded – undo
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
 			
Please login to merge, or discard this patch.