Thanks, I couldn't remember any exact difference but I agree it is the more correct method to use the wp_footer() call.<br><br>I'll pass along the comment.<br><br><br>Cais.<br><br><div class="gmail_quote">On Fri, Dec 31, 2010 at 11:22 AM, Otto <span dir="ltr"><<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Fri, Dec 31, 2010 at 10:06 AM, Edward Caissie<br>
<<a href="mailto:edward.caissie@gmail.com">edward.caissie@gmail.com</a>> wrote:<br>
> @Otto, @Pross<br>
><br>
> Just came across this on ticket:<br>
> <a href="http://themes.trac.wordpress.org/ticket/2382" target="_blank">http://themes.trac.wordpress.org/ticket/2382</a><br>
><br>
> "REQUIRED: Could not find wp_footer. See: wp_footer<br>
><br>
> The author used: <?php do_action('wp_footer'); ?> in place of the<br>
> wp_footer() call ...<br>
<br>
</div>Well, he shouldn't do that. Tell him to change it to the wp_footer() call.<br>
<br>
Yes, I know that pretty much does the same thing. The difference is<br>
one of forward compatibility. wp_footer() might do something slightly<br>
different in the future. Probably not, but who knows?<br>
<br>
Never do it yourself when there exists a function to do it for you.<br>
<font color="#888888"><br>
-Otto<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></blockquote></div><br>