@@ -60,7 +60,7 @@ discard block |
||
| 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 |
||
| 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 | |