Passed
Push — development ( d65c68...215645 )
by Eric
02:10
created
inc/template-tags.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 		);
61 61
 		echo $posted_on . $byline;
62 62
 		if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
63
-			echo $updated_on;// WPCS: XSS OK.
63
+			echo $updated_on; // WPCS: XSS OK.
64 64
 		}
65 65
 	}
66 66
 }
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
 			$html .= 'full-width-slim-template col-md-8 offset-md-2 content-area';
209 209
 			echo $html; // WPCS: XSS OK.
210 210
 
211
-		} elseif ( is_singular('prs_bio' ) ) {
211
+		} elseif ( is_singular( 'prs_bio' ) ) {
212 212
 			$html .= 'single-bio col-xl-12 content-area';
213 213
 			echo $html; // WPCS: XSS OK.
214 214
 
Please login to merge, or discard this patch.