On Wed, Sep 15, 2010 at 10:49 AM, Chip Bennett <span dir="ltr">&lt;<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

For the Theme in question, it&#39;s wrapped in the usual conditionals (e.g. <i>if ( is_singular() &amp;&amp; get_option( &#39;thread_comments&#39; ) )</i> ). It&#39;s just not hooked into anything. I&#39;ll make the suggestion to hook into wp_head().</blockquote>

<div><br></div><div>Yep. It&#39;s too early. In fact, in 3.1-alpha that theme will fall flat on its face. We don&#39;t initialize the query object until just before init, so is_singular() will toss a fatal error. (Previously, it didn&#39;t work, it just didn&#39;t fail as miraculously.)</div>

</div>