On Wed, Sep 15, 2010 at 10:49 AM, Chip Bennett <span dir="ltr"><<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</a>></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's wrapped in the usual conditionals (e.g. <i>if ( is_singular() && get_option( 'thread_comments' ) )</i> ). It's just not hooked into anything. I'll make the suggestion to hook into wp_head().</blockquote>
<div><br></div><div>Yep. It's too early. In fact, in 3.1-alpha that theme will fall flat on its face. We don't initialize the query object until just before init, so is_singular() will toss a fatal error. (Previously, it didn't work, it just didn't fail as miraculously.)</div>
</div>