<br>If the stylesheet is going to be enqueued, should follow this <a href="http://wpdevel.wordpress.com/2011/12/12/use-wp_enqueue_scripts-not-wp_print_styles-to-enqueue-scripts-and-styles-for-the-frontend/">http://wpdevel.wordpress.com/2011/12/12/use-wp_enqueue_scripts-not-wp_print_styles-to-enqueue-scripts-and-styles-for-the-frontend/</a><br>
<br><br><br><div class="gmail_quote">On Fri, Feb 3, 2012 at 9:18 AM, Kirk Wight <span dir="ltr">&lt;<a href="mailto:kwight@kwight.ca">kwight@kwight.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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><div></div><div class="h5"><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" target="_blank">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><div><br>
On Fri, Feb 3, 2012 at 12:07 PM, Kirk Wight &lt;<a href="mailto:kwight@kwight.ca" target="_blank">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><div>&gt; _______________________________________________<br>
&gt; theme-reviewers mailing list<br>
&gt; <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">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" target="_blank">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>
</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>