I&#39;m not sure I understand the question.<div><ul><li>If a Theme wants to use jQuery, it should call wp_enqueue_script( &#39;jquery&#39; ), to enqueue the core-bundled jQuery library.</li><li>If a Plugin wants to use jQuery, it should call wp_enqueue_script( &#39;jquery&#39; ), to enqueue the core-bundled jQuery library.</li>
<li>No Theme or Plugin should de-register core-bundled jQuery, in order to register any other version of jQuery.</li></ul></div><div>Out of curiosity: what prompted the question?</div><div><br></div><div>Chip</div><div><br>
<div class="gmail_quote">On Fri, Aug 24, 2012 at 4:57 PM, Emil Uzelac <span dir="ltr">&lt;<a href="mailto:emil@themeid.com" target="_blank">emil@themeid.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<font color="#333333"><font><font face="arial,helvetica,sans-serif">Guys!</font></font></font><div><font color="#333333"><font><font face="arial,helvetica,sans-serif"><br></font></font></font></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">Should plugin check first if the Theme is already &quot;calling&quot; the jQuery and if it does, plugin should do nothing and also not to remove </font></font></font><font color="#333333" face="arial, helvetica, sans-serif">wp_enqueue_script and &quot;inject&quot; higher version via Google API?</font></div>


<div><font color="#333333" face="arial, helvetica, sans-serif"><br></font></div><div><font color="#333333" face="arial, helvetica, sans-serif">Thanks,</font></div><div><font color="#333333" face="arial, helvetica, sans-serif">Emil</font></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></div>