[wp-trac] [WordPress Trac] #10630: Patch to make wp_enqueue_script work on login_head (wp-login.php)
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 7 17:48:25 UTC 2009
#10630: Patch to make wp_enqueue_script work on login_head (wp-login.php)
--------------------------+-------------------------------------------------
Reporter: shamess | Owner: azaozz
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.9
Component: JavaScript | Version: 2.8.4
Severity: minor | Resolution: wontfix
Keywords: has-patch |
--------------------------+-------------------------------------------------
Changes (by azaozz):
* status: new => closed
* resolution: => wontfix
Comment:
This can be done by the plugin when needed
{{{
add_action('login_head', 'wp_enqueue_scripts', 1);
add_action('login_head', 'wp_print_head_scripts', 2);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10630#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list