I downloaded a free theme and I changed everything except the footer I can't change it.
I opened the file footer.php and there was only written as shown:
</div><!-- /content-wrapper -->
<div id="footer"><?php wp_footer(); ?>
<ul id="footer-nav">
<?php wp_list_pages('title_li=&depth=1' ); ?>
</div>
</div>
</body>
</html>
I can not find a way to change the wp_footer ();.
Did there is an external file that I need to change?