Merge pull request #1439 from entr/master

Trigger `get_footer` action before including footer template
This commit is contained in:
Ben Word
2015-05-11 19:28:18 -05:00

View File

@@ -29,6 +29,7 @@ use Roots\Sage\Wrapper;
</div><!-- /.content -->
</div><!-- /.wrap -->
<?php
do_action('get_footer');
get_template_part('templates/footer');
wp_footer();
?>