_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:
Konstantin Obenland 2014-09-10 17:41:19 -07:00
parent 2990f8260c
commit a14b802e75
4 changed files with 30 additions and 31 deletions

View file

@ -25,6 +25,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-## -->