Maybe you want to look at how wp_print_scripts works in /wp-includes/functions.wp-scripts.php
also: /wp-includes/class.wp-dependencies.php /wp-includes/class.wp-scripts.php On 25 May 2010 11:06, [email protected] <[email protected]> wrote: > Not quite what I was looking for. I am creating a plugin which is supposed to > extract the script files that are already queued and list them in the admin > panel. The ultimate goal is to combine these files into one and enter the new > file into the queue. > > On May 23, 2010, at 6:46 PM, ampt wrote: > >> wp_enqueue_script >> http://codex.wordpress.org/Function_Reference/wp_enqueue_script >> >> >> >> On 24 May 2010 07:12, [email protected] >> <[email protected]> wrote: >>> Which wordpress function handles taking an enqueued js script uri and >>> inputs it into the <script> tag that is used in outputs by wp_head()? >>> _______________________________________________ >>> wp-testers mailing list >>> [email protected] >>> http://lists.automattic.com/mailman/listinfo/wp-testers >>> >> _______________________________________________ >> wp-testers mailing list >> [email protected] >> http://lists.automattic.com/mailman/listinfo/wp-testers > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
