Correct.<br><br><div class="gmail_quote">On Tue, Aug 28, 2012 at 9:20 PM, Chandra Maharzan <span dir="ltr">&lt;<a href="mailto:maharzan@gmail.com" target="_blank">maharzan@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I see people are using wp_enqueue_script ( &#39;jquery&#39; ); in header.php,<br>
similarly to comments-reply. Shouldn&#39;t these be coming from<br>
functions.php and hooked to appropriate hook ?<br>
<div class="HOEnZb"><div class="h5"><br>
On Wed, Aug 29, 2012 at 7:30 AM, Justin Tadlock<br>
&lt;<a href="mailto:justin@justintadlock.com">justin@justintadlock.com</a>&gt; wrote:<br>
&gt; Yes, inline scripts and styles are allowed.  Sometimes, they&#39;re actually<br>
&gt; needed or a better way to handle something.<br>
&gt;<br>
&gt;<br>
&gt; On 8/28/2012 8:33 PM, Vicky Arulsingam wrote:<br>
&gt;<br>
&gt; Are theme developers allowed to include inline scripts in template files?<br>
&gt;<br>
&gt; As per Code:<br>
&gt;<br>
&gt; Themes are required to enqueue all stylesheets and scripts, using<br>
&gt; wp_enqueue_style()/wp_enqueue_script(), and hooked into an appropriate hook<br>
&gt; via callback function, rather than hard-coding stylesheet/script links or<br>
&gt; tags in the template.<br>
&gt;<br>
&gt;<br>
&gt; My understanding of this is that inline scripts should not be hard-coded in<br>
&gt; template files.<br>
&gt;<br>
&gt; This is with regards to this ticket:<br>
&gt; <a href="http://themes.trac.wordpress.org/ticket/9227" target="_blank">http://themes.trac.wordpress.org/ticket/9227</a><br>
&gt;<br>
&gt; -----<br>
&gt; Vicky Arulsingam<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; theme-reviewers mailing list<br>
&gt; <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
&gt; <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; theme-reviewers mailing list<br>
&gt; <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
&gt; <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
cmans<br>
</font></span><div class="HOEnZb"><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>