Thanks, I couldn&#39;t remember any exact difference but I agree it is the more correct method to use the wp_footer() call.<br><br>I&#39;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">&lt;<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>&gt;</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>
&lt;<a href="mailto:edward.caissie@gmail.com">edward.caissie@gmail.com</a>&gt; wrote:<br>
&gt; @Otto, @Pross<br>
&gt;<br>
&gt; Just came across this on ticket:<br>
&gt; <a href="http://themes.trac.wordpress.org/ticket/2382" target="_blank">http://themes.trac.wordpress.org/ticket/2382</a><br>
&gt;<br>
&gt; &quot;REQUIRED: Could not find wp_footer. See: wp_footer<br>
&gt;<br>
&gt; The author used: &lt;?php do_action(&#39;wp_footer&#39;); ?&gt; in place of the<br>
&gt; wp_footer() call ...<br>
<br>
</div>Well, he shouldn&#39;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>