Skip to content

Commit e05afb5

Browse files
committed
wp_footer duh
1 parent 38b74b0 commit e05afb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

footer-hero.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
</footer><!-- #colophon -->
2929
<?php do_action( 'alienship_footer_after' ); ?>
3030

31-
<?php wp_footer('hero'); ?>
31+
<?php wp_footer(); ?>
3232

3333
<?php do_action( 'alienship_footer' ); ?>
3434
</body>
35-
</html>
35+
</html>

0 commit comments

Comments
 (0)