forked from mirror/_s
_s: Make footer markup optional with edit post link.
This commit is contained in:
parent
f804d4d3b2
commit
6e80d01bd0
|
@ -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
|
||||
|
|
Reference in New Issue