That&#39;s what I thought too. And it&#39;s just so darned easy to stick it in there with the comment-reply script, which is required to be handled that way anyways.<div><br><br><div class="gmail_quote">On 3 February 2012 12:13, Amy Hendrix <span dir="ltr">&lt;<a href="mailto:sabreuse@gmail.com">sabreuse@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">Either that reviewer was mistaken, or your acquaintance misunderstood<br>
what they were told:<br>
<br>
<a href="http://codex.wordpress.org/Theme_Review#Including_Stylesheets_and_Scripts" target="_blank">http://codex.wordpress.org/Theme_Review#Including_Stylesheets_and_Scripts</a><br>
<br>
Themes may optionally link the default stylesheet (style.css) directly<br>
in the document head, or via wp_enqueue_style()Themes are required to<br>
enqueue all stylesheets and scripts, using<br>
wp_enqueue_style()/wp_enqueue_script(), and hooked into an appropriate<br>
hook via callback function, rather than hard-coding stylesheet/script<br>
links or tags in the template.<br>
<br>
Themes are recommended to hook stylesheet and script enqueue callbacks<br>
into `wp_enqueue_scripts`<br>
<br>
Themes may optionally link the default stylesheet (style.css) directly<br>
in the document head, or via wp_enqueue_style()<br>
<div class="HOEnZb"><div class="h5"><br>
On Fri, Feb 3, 2012 at 12:07 PM, Kirk Wight &lt;<a href="mailto:kwight@kwight.ca">kwight@kwight.ca</a>&gt; wrote:<br>
&gt; I met a fellow last night that said a theme reviewer told him style.css had<br>
&gt; to be linked directly in header.php, and couldn&#39;t be enqueued through<br>
&gt; wp_enqueue_scripts, like this:<br>
&gt;<br>
&gt; add_action(&#39;wp_enqueue_scripts&#39;, &#39;themeslug_enqueue_scripts_styles&#39;);<br>
&gt;<br>
&gt; function themeslug_enqueue_scripts_styles() {<br>
&gt;    wp_enqueue_style( &#39;themeslug-styles&#39;, get_stylesheet_uri() );<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt; Is this the case?..<br>
&gt;<br>
</div></div><div class="HOEnZb"><div class="h5">&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>
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></div>