1
0

Removed unnecessary comments from wordpress footer.php

This commit is contained in:
Aaron Lindsay 2011-03-25 19:22:54 -06:00
parent ded82a8370
commit 64f62d7ee2

View File

@ -7,16 +7,9 @@
<div id="footer">
<div id="footer-inner">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
&copy; 2009 - 2011 Aaron Lindsay, and powered by <a href="http://wordpress.org/">WordPress</a>
</div>
</div>
<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>
<?php wp_footer(); ?>
<?php wp_footer(); ?>
</body>
</html>