On Sun, Jun 6, 2010 at 4:45 PM, Lox <[email protected]> wrote: > Thks guys. I will use that method. > > But I think that this footer script should be added to Twenty Ten theme, so > that plugin developers can make use of that feature and thus prevent useless > loading of scripts on every page.
The problem isn't with Twenty Ten, it's because wp_print_scripts() isn't called in the wp_footer hook, when ideally it should, to allow footer scripts to be queued and output just as easily as header scripts. Here's the ticket: http://core.trac.wordpress.org/ticket/11944 _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
