Indent `.entry-footer` in `content.page.php`

This commit is contained in:
Phoenix C. Enero 2016-06-13 13:36:45 +08:00
parent 9d4675c7d6
commit ce8d6cc3ba
1 changed files with 13 additions and 13 deletions

View File

@ -26,18 +26,18 @@
</div><!-- .entry-content --> </div><!-- .entry-content -->
<?php if ( get_edit_post_link() ) : ?> <?php if ( get_edit_post_link() ) : ?>
<footer class="entry-footer"> <footer class="entry-footer">
<?php <?php
edit_post_link( edit_post_link(
sprintf( sprintf(
/* translators: %s: Name of current post */ /* translators: %s: Name of current post */
esc_html__( 'Edit %s', '_s' ), esc_html__( 'Edit %s', '_s' ),
the_title( '<span class="screen-reader-text">"', '"</span>', false ) the_title( '<span class="screen-reader-text">"', '"</span>', false )
), ),
'<span class="edit-link">', '<span class="edit-link">',
'</span>' '</span>'
); );
?> ?>
</footer><!-- .entry-footer --> </footer><!-- .entry-footer -->
<?php endif; ?> <?php endif; ?>
</article><!-- #post-## --> </article><!-- #post-## -->