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() ) : ?>
|
<?php if ( 'post' === get_post_type() ) : ?>
|
||||||
<div class="entry-meta">
|
<div class="entry-meta">
|
||||||
<?php
|
<?php
|
||||||
_s_posted_on();
|
_s_posted_on();
|
||||||
_s_posted_by();
|
_s_posted_by();
|
||||||
?>
|
?>
|
||||||
</div><!-- .entry-meta -->
|
</div><!-- .entry-meta -->
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
if ( 'post' === get_post_type() ) : ?>
|
if ( 'post' === get_post_type() ) : ?>
|
||||||
<div class="entry-meta">
|
<div class="entry-meta">
|
||||||
<?php
|
<?php
|
||||||
_s_posted_on();
|
_s_posted_on();
|
||||||
_s_posted_by();
|
_s_posted_by();
|
||||||
?>
|
?>
|
||||||
</div><!-- .entry-meta -->
|
</div><!-- .entry-meta -->
|
||||||
<?php
|
<?php
|
||||||
|
|
Reference in New Issue