_s: Move edit link in template tag for consistency
Every time `_s_entry_footer()` is used, it’s followed by `edit_post_link()`. Might as well just move that back in the template tag.
This commit is contained in:
parent
2990f8260c
commit
a14b802e75
4 changed files with 30 additions and 31 deletions
|
@ -27,6 +27,5 @@
|
|||
|
||||
<footer class="entry-footer">
|
||||
<?php _s_entry_footer(); ?>
|
||||
<?php edit_post_link( __( 'Edit', '_s' ), '<span class="edit-link">', '</span>' ); ?>
|
||||
</footer><!-- .entry-footer -->
|
||||
</article><!-- #post-## -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue