There is no need to register before enqueueing. Enqueueing with all the extra parameters is the same thing as registering and then enqueueing.<div><br></div><div>Why register exists at all: For certain highly complex systems, it may make more sense to register all your scripts in one place, then enqueue them only when needed.<br>

<div><br></div><div>For simpler cases, just enqueue the thing. One function call. Simpler.</div><div><br></div><div>-Otto<br>
<br><br><div class="gmail_quote">On Fri, Jul 15, 2011 at 11:07 AM, Tolu Sonaike <span dir="ltr">&lt;<a href="mailto:sonaike@gmail.com">sonaike@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;">

I Co-sign this question as i have spent several hours trying to figure<br>
this out. Even the parameters are pretty much the same. Some people seem<br>
to skip registering<br>
<div><div></div><div class="h5"><br>
On Fri, 2011-07-15 at 16:54 +0100, esmi at quirm dot net wrote:<br>
&gt; on 14/07/2011 13:14 Chip Bennett said the following:<br>
&gt; &gt; Those scripts look fine to include; however, you will need to register and<br>
&gt; &gt; enqueue them properly, using wp_register_script() and wp_enqueue_script(),<br>
&gt; &gt; via a function hooked into the wp_enqueue_scripts hook.<br>
&gt;<br>
&gt; [Playing catch-up]<br>
&gt;<br>
&gt; This brings up a question that I&#39;m pretty sure remained unanswered on<br>
&gt; the support forums. Is there any benefit to going through the full<br>
&gt; register then enqueue for a script compared to just dropping everything<br>
&gt; into an enqueue? Both methods seem to have equal weight in the Codex.<br>
&gt;<br>
&gt; Mel<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>
<br>
<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></div>