CS: fix up embedded PHP inconsistencies introduced in the mean time.

This commit is contained in:
jrfnl 2018-02-27 11:18:50 +01:00
parent b26b6ebfa4
commit ec877e48c3
6 changed files with 30 additions and 29 deletions

View file

@ -21,10 +21,10 @@
if ( 'post' === get_post_type() ) :
?>
<div class="entry-meta">
<?php
<?php
_s_posted_on();
_s_posted_by();
?>
?>
</div><!-- .entry-meta -->
<?php endif; ?>
</header><!-- .entry-header -->