chore: indenting

This commit is contained in:
Ben Goldsworthy 2022-04-12 22:34:33 +01:00
parent 2f3ed12adf
commit a9c17dbfc2
6 changed files with 72 additions and 75 deletions

View file

@ -14,9 +14,9 @@
<?php
$subtitle = get_post_meta( get_the_ID(), 'Subtitle', true );
if ( $subtitle ) :
?>
?>
: <?php echo wp_kses_post( $subtitle ); ?>
<?php
<?php
endif;
?>
</a>