[wp-trac] [WordPress Trac] #19959: Fix localization issues when a plugin calls wp_enqueue_script() too early
WordPress Trac
wp-trac at lists.automattic.com
Sat Feb 4 17:47:39 UTC 2012
#19959: Fix localization issues when a plugin calls wp_enqueue_script() too early
--------------------------+------------------
Reporter: nacin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.4
Component: I18N | Version:
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------
Comment (by azaozz):
Thinking it would make sense to run that action early on "init":
{{{
add_action( 'init', array( $this, 'init' ), 1 );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19959#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list