_s: Make footer markup optional with edit post link.

This commit is contained in:
obenland 2013-09-12 12:45:44 +09:00
parent f804d4d3b2
commit 6e80d01bd0
1 changed files with 1 additions and 5 deletions

View File

@ -63,11 +63,7 @@ get_header();
?>
</div><!-- .entry-content -->
<footer class="entry-meta">
<?php
edit_post_link( __( 'Edit', '_s' ), ' <span class="edit-link">', '</span>' );
?>
</footer><!-- .entry-meta -->
<?php edit_post_link( __( 'Edit', '_s' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' ); ?>
</article><!-- #post-## -->
<?php