five-for-the-future/themes/pub/wporg/inc/footer.php

22 lines
388 B
PHP
Raw Normal View History

<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPressdotorg\Theme
*/
?>
<div id="wporg-footer">
<h6 class="aligncenter cip-image">Code is Poetry.</h6>
</div>
<?php wp_footer(); ?>
</body>
</html>