forked from mirror/_s
Fix the indentation of the PHP tags
This commit is contained in:
parent
2d74ebd7c9
commit
f99c9b5bd0
|
@ -16,8 +16,8 @@
|
|||
<?php if ( 'post' === get_post_type() ) : ?>
|
||||
<div class="entry-meta">
|
||||
<?php
|
||||
_s_posted_on();
|
||||
_s_posted_by();
|
||||
_s_posted_on();
|
||||
_s_posted_by();
|
||||
?>
|
||||
</div><!-- .entry-meta -->
|
||||
<?php endif; ?>
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
if ( 'post' === get_post_type() ) : ?>
|
||||
<div class="entry-meta">
|
||||
<?php
|
||||
_s_posted_on();
|
||||
_s_posted_by();
|
||||
_s_posted_on();
|
||||
_s_posted_by();
|
||||
?>
|
||||
</div><!-- .entry-meta -->
|
||||
<?php
|
||||
|
|
Reference in New Issue