But did it *not work* in WordPress 3.2, or did it *always* not work, and is only now being *reported as such* in WordPress 3.3?<div><br></div><div>If the issue is improper hooking of enqueue calls, then absolutely; I agree: require the enqueue call to be hooked properly, since that&#39;s already being enforced.</div>
<div><br></div><div>Chip<br><br><div class="gmail_quote">On Mon, Oct 24, 2011 at 10:35 AM, Otto <span dir="ltr">&lt;<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Triggering of the _doing_it_wrong isn&#39;t exactly a &quot;deprecation&quot;. If<br>
that&#39;s triggered, then the plugin/theme/whatever is triggering it is,<br>
basically, broken.<br>
<br>
In this particular case, if you try to enqueue a script too early,<br>
before the $wp_scripts has initialized, then the script won&#39;t be able<br>
to enqueue properly.<br>
<br>
So it&#39;s not a matter of guidelines, as such. The code is broken. It<br>
don&#39;t work. So, it should be fixed.<br>
<font color="#888888"><br>
-Otto<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
On Mon, Oct 24, 2011 at 10:29 AM, Chip Bennett &lt;<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</a>&gt; wrote:<br>
&gt; As a courtesy, note the deprecated function call as RECOMMENDED in the<br>
&gt; review.<br>
&gt; Enforcement of WordPress 3.3 function deprecation will be implemented<br>
&gt; approximately one month following final release of WordPress 3.3, at which<br>
&gt; time we will finalize/go live with the WordPress 3.3 Guidelines revisions.<br>
&gt; Chip<br>
&gt;<br>
&gt; On Mon, Oct 24, 2011 at 10:22 AM, Otto &lt;<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Please don&#39;t reply to digest emails.<br>
&gt;&gt;<br>
&gt;&gt; And no, I wouldn&#39;t ignore such things. 3.3 is in beta 2 and well on<br>
&gt;&gt; track for release very soon. It would be a good idea to future proof<br>
&gt;&gt; things.<br>
&gt;&gt;<br>
&gt;&gt; That message, BTW, comes to you courtesy of the &quot;_doing_it_wrong&quot;<br>
&gt;&gt; function in WordPress. If you trigger it, then you&#39;re doing something<br>
&gt;&gt; wrong.<br>
&gt;&gt;<br>
&gt;&gt; -Otto<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Oct 24, 2011 at 10:13 AM, Paul de Wouters<br>
&gt;&gt; &lt;<a href="mailto:pauldewouters@zoho.com">pauldewouters@zoho.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi<br>
&gt;&gt; &gt; Should I ignore deprecated notices relative to version 3.3?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Scripts and styles should not be registered or enqueued until<br>
&gt;&gt; &gt; thewp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please<br>
&gt;&gt; &gt; seeDebugging in WordPress for more information.<br>
&gt;&gt; &gt; This message was added in version 3.3.<br>
&gt;&gt; &gt; Should testing be done using the current stable version?<br>
&gt;&gt; &gt; thanks<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; theme-reviewers mailing list<br>
&gt;&gt; <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
&gt;&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>
&gt;<br>
&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>
&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>