Completed
Push — master ( d0f7c0...8fcb00 )
by SILENT
03:46
created
archive.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,9 +44,12 @@
 block discarded – undo
44 44
 					<?php the_posts_pagination(); ?>
45 45
 	</div>
46 46
 
47
-		<?php else : ?>
47
+		<?php else {
48
+	: ?>
48 49
 
49
-			<?php get_template_part( 'no-results', 'archive' ); ?>
50
+			<?php get_template_part( 'no-results', 'archive' );
51
+}
52
+?>
50 53
 
51 54
 		<?php endif; ?>
52 55
 
Please login to merge, or discard this patch.
archive-comic.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,9 +62,12 @@
 block discarded – undo
62 62
 								) ); ?>
63 63
 				</div>
64 64
 
65
-	<?php else : ?>
65
+	<?php else {
66
+	: ?>
66 67
 
67
-	<?php get_template_part( 'no-results', 'archive-comic' ); ?>
68
+	<?php get_template_part( 'no-results', 'archive-comic' );
69
+}
70
+?>
68 71
 
69 72
 	<?php endif;
70 73
 			wp_reset_postdata(); ?>
Please login to merge, or discard this patch.
taxonomy-story-name.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,8 +58,10 @@
 block discarded – undo
58 58
 	) ); ?>
59 59
 </div>
60 60
 
61
-<?php else :
61
+<?php else {
62
+	:
62 63
 	get_template_part( 'no-results', 'archive-comic' );
64
+}
63 65
 endif; ?>
64 66
 
65 67
 		</main><!-- #content -->
Please login to merge, or discard this patch.
archive-story.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,8 +99,10 @@
 block discarded – undo
99 99
 					'add_fragment' => '#result', // Your anchor.
100 100
 				) ) );
101 101
 
102
-		else :
102
+		else {
103
+			:
103 104
 			get_template_part( 'no-results', 'archive-comic' );
105
+		}
104 106
 		endif; ?>
105 107
 
106 108
 				</div><!-- .wrap -->
Please login to merge, or discard this patch.