<font color="#333333"><font><font face="arial,helvetica,sans-serif">Hi Wayne,</font></font></font><div><font color="#333333"><font><font face="arial,helvetica,sans-serif"><br></font></font></font></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">I would direct this in ticket, -vs asking here, but here it is:</font></font></font></div>

<div><font color="#333333"><font><font face="arial,helvetica,sans-serif"><br></font></font></font></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">Linked codex isn&#39;t really up to date and what he/she was referring to ins&#39;t Theme&#39;s style.css it would be something like this:</font></font></font></div>

<div><br></div><div><pre style="word-wrap:break-word"><font face="courier new, monospace"><span style="white-space:pre-wrap">    /**
     * A safe way of adding JavaScripts to a WordPress generated page.
     */
    if (!is_admin())
        add_action(&#39;wp_enqueue_scripts&#39;, &#39;my_theme_js&#39;);

    if (!function_exists(&#39;my_theme_js&#39;)) {

        function my_theme_js() {
                        // JS at the bottom for faster page loading. 
            wp_enqueue_script(&#39;my_theme-scripts&#39;, get_template_directory_uri() . &#39;/js/my_theme-scripts.js&#39;, array(&#39;jquery&#39;), &#39;1.2.0&#39;, true);
                        wp_enqueue_script(&#39;my_theme-plugins&#39;, get_template_directory_uri() . &#39;/js/my_theme-plugins.js&#39;, array(&#39;jquery&#39;), &#39;1.1.0&#39;, true);
        }

    }</span></font></pre></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif"><br></font></font></font></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">Thanks,</font></font></font></div>

<div><font color="#333333"><font><font face="arial,helvetica,sans-serif">Emil<br></font></font></font><br><div class="gmail_quote">On Wed, Aug 1, 2012 at 2:43 AM, CONNOR Wayne and Jill <span dir="ltr">&lt;<a href="mailto:wayne@dubbo.org" target="_blank">wayne@dubbo.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I got this comment on last submission of my slidingdoor theme:<div><br></div><div><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:normal;text-transform:none;font-size:13px;white-space:normal;font-family:Verdana,Arial,&#39;Bitstream Vera Sans&#39;,Helvetica,sans-serif;word-spacing:0px">Themes are REQUIRED to enqueue all stylesheets and scripts, using</span><tt style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;font-size:13px;white-space:normal;word-spacing:0px">wp_enqueue_style()</tt><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:normal;text-transform:none;font-size:13px;white-space:normal;font-family:Verdana,Arial,&#39;Bitstream Vera Sans&#39;,Helvetica,sans-serif;word-spacing:0px">/</span><tt style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;font-size:13px;white-space:normal;word-spacing:0px">wp_enqueue_script()</tt><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:normal;text-transform:none;font-size:13px;white-space:normal;font-family:Verdana,Arial,&#39;Bitstream Vera Sans&#39;,Helvetica,sans-serif;word-spacing:0px">, and hooked into an appropriate hook via callback function, rather than hard-coding stylesheet/script links or tags in the template.</span></div>

<div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><br></span></font></div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><br>

</span></font></div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px">I&#39;ve been to <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" target="_blank">http://codex.wordpress.org/Function_Reference/wp_enqueue_script</a> and I don&#39;t actually understand what it&#39;s saying. I don&#39;t want to get my head around it if I don&#39;t have to!</span></font></div>

<div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><br></span></font></div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><br>

</span></font></div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px">Is it talking about my inclusion of say mootools in my header.php?</span></font></div>

<div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><br></span></font></div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><div>

&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;?php echo $url; ?&gt;/imagemenu/mootools.js&quot;&gt;&lt;/script&gt;</div><div><br></div></span></font></div><div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px">Do I need to do this differently?</span></font></div>

</div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><br></span></font></div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><br>

</span></font></div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><br></span></font></div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px">It does say on the function reference page &quot;</span></font><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:left;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:22px;text-transform:none;font-size:13px;white-space:normal;font-family:sans-serif;word-spacing:0px">The safe and recommended method of adding JavaScript to a WordPress generated page is by using </span><code style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:left;font-style:normal;margin-bottom:22px;font-weight:normal;overflow-x:auto;line-height:22px;text-transform:none;font-size:12px;white-space:pre-wrap;font-family:Consolas,Monaco,&#39;Courier New&#39;,Courier,monospace;word-wrap:break-word;word-spacing:0px">wp_enqueue_script()</code><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:left;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:22px;text-transform:none;font-size:13px;white-space:normal;font-family:sans-serif;word-spacing:0px">. &quot; </span></div>

<div><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:left;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:22px;text-transform:none;font-size:13px;white-space:normal;font-family:sans-serif;word-spacing:0px"><br>

</span></div><div><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:left;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:22px;text-transform:none;font-size:13px;white-space:normal;font-family:sans-serif;word-spacing:0px">&#39;recommended&#39; is not &#39;you must&#39;.</span></div>

<div style="text-align:left"><font face="sans-serif"><span style="font-size:13px;line-height:22px"><br></span></font></div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px">I&#39;ve checked out the twentyeleven theme and it has this in header:</span></font></div>

<div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><br></span></font></div><div><font face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><span style="font-size:13px"><div>

&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;&lt;?php bloginfo( &#39;stylesheet_url&#39; ); ?&gt;&quot; /&gt;</div><div><br></div><div>that seems to be a direct including of a stylesheet not using wp_enque_style.</div>

<div><br></div><div>So some guidance would be appreciated.</div><div><br></div><div>Thanks,</div><div>Wayne</div><div><br></div></span></font><div><br></div><div><br></div></div></div><br>_______________________________________________<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>
<br></blockquote></div><br></div>