Current trunk version shouldn't add _inc/form.js using wp_print_scripts()
-
Currently trunk (rev 890021) is calling
wp_print_scripts( 'akismet-form' );right after the comment form which causes a dependency error if jQuery is being enqueued in the footer.It would be much better to just
wp_enqueue_script( 'akismet-form' )and it will be loaded in the footer on that page instead.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Current trunk version shouldn't add _inc/form.js using wp_print_scripts()’ is closed to new replies.