Merge pull request #949 from phoenixenero/master

Only show page entry footer if edit link is available; props @phoenixenero
This commit is contained in:
Caroline Moore 2016-06-13 16:46:30 -04:00 committed by GitHub
commit e1144edb00
1 changed files with 15 additions and 13 deletions

View File

@ -25,6 +25,7 @@
?> ?>
</div><!-- .entry-content --> </div><!-- .entry-content -->
<?php if ( get_edit_post_link() ) : ?>
<footer class="entry-footer"> <footer class="entry-footer">
<?php <?php
edit_post_link( edit_post_link(
@ -38,4 +39,5 @@
); );
?> ?>
</footer><!-- .entry-footer --> </footer><!-- .entry-footer -->
<?php endif; ?>
</article><!-- #post-## --> </article><!-- #post-## -->