Passed
Push — master ( 8d8d1f...464601 )
by Warwick
04:48 queued 11s
created
templates/taxonomy-meal-type.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
 				<div class="row">
22 22
 					<?php if ( have_posts() ) : ?>
23 23
 						<?php
24
-						while ( have_posts() ) :
25
-							the_post();
26
-							?>
24
+                              while ( have_posts() ) :
25
+                                   the_post();
26
+                                   ?>
27 27
 
28 28
 							<?php include LSX_HEALTH_PLAN_PATH . '/templates/content-archive-meal.php'; ?>
29 29
 
Please login to merge, or discard this patch.
templates/taxonomy-workout-type.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
 				<div class="row">
22 22
 					<?php if ( have_posts() ) : ?>
23 23
 						<?php
24
-						while ( have_posts() ) :
25
-							the_post();
26
-							?>
24
+                              while ( have_posts() ) :
25
+                                   the_post();
26
+                                   ?>
27 27
 
28 28
 							<?php include LSX_HEALTH_PLAN_PATH . '/templates/content-archive-workout.php'; ?>
29 29
 
Please login to merge, or discard this patch.