function premise_the_footer_copy($postId = null) { echo apply_filters('premise_the_footer_copy', premise_get_footer_copy($postId), $postId); }
edit_post_link(); ?> </p> <?php } ?> </div><!-- end #inner --> </div><!-- end #wrap --> <?php if (premise_should_have_footer()) { ?> <div id="footer"> <div class="wrap"> <div class="creds"> <?php if (premise_get_footer_copy()) { ?> <p><?php premise_the_footer_copy(); ?> </p> <?php } ?> </div> </div><!-- end .wrap --> </div> <?php } ?> <?php