chore: indenting
This commit is contained in:
parent
2f3ed12adf
commit
a9c17dbfc2
6 changed files with 72 additions and 75 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue