Skip to content

Commit

Permalink
Indent .entry-footer in content.page.php
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixenero committed Jun 13, 2016
1 parent 9d4675c commit ce8d6cc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions template-parts/content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
</div><!-- .entry-content -->

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

0 comments on commit ce8d6cc

Please sign in to comment.