[wp-trac] [WordPress Trac] #29918: Allow script localization to be set on wp_register_script

WordPress Trac noreply at wordpress.org
Fri Oct 10 11:30:21 UTC 2014


#29918: Allow script localization to be set on wp_register_script
---------------------------+------------------------------
 Reporter:  jadpm          |       Owner:
     Type:  enhancement    |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Script Loader  |     Version:  4.0
 Severity:  normal         |  Resolution:
 Keywords:                 |     Focuses:
---------------------------+------------------------------
Changes (by ocean90):

 * type:  feature request => enhancement


Comment:

 Shouldn't this work:
 {{{
 wp_register_script( 'script_a', ... )
 wp_localize_script( 'script_a', ... )
 wp_register_script( 'script_b', ..., array( 'script_a' )  );
 wp_enqueue_script( 'script_b' );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29918#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list