Ejemplo n.º 1
0
function premise_the_footer_copy($postId = null)
{
    echo apply_filters('premise_the_footer_copy', premise_get_footer_copy($postId), $postId);
}
Ejemplo n.º 2
0
    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