[wp-trac] [WordPress Trac] #15124: Script concatentation breaks l10n of javascript output in head

WordPress Trac wp-trac at lists.automattic.com
Fri Nov 19 23:44:31 UTC 2010


#15124: Script concatentation breaks l10n of javascript output in head
-----------------------------------------------------------------+----------
 Reporter:  macbrink                                             |        Owner:  westi   
     Type:  defect (bug)                                         |       Status:  reopened
 Priority:  high                                                 |    Milestone:  3.1     
Component:  JavaScript                                           |      Version:  3.0.1   
 Severity:  major                                                |   Resolution:          
 Keywords:  convertentities, i18n, has-patch, needs-improvement  |  
-----------------------------------------------------------------+----------
Changes (by ocean90):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 {{{
 <script type='text/javascript' src='http://wp.local/wp-
 includes/js/l10n.dev.js?ver=20101110'></script>
 <script type='text/javascript' src='http://wp.local/wp-
 includes/js/l10n.dev.js?ver=20101110'></script>
 }}}

 Without SCRIPT_DEBUG:
 {{{
 <script type='text/javascript' src='http://wp.local/wp-
 includes/js/l10n.js?ver=20101110'></script>
 <script type='text/javascript' src='http://wp.local/wp-admin/load-
 scripts.php?c=1&amp;load=jquery,utils&amp;ver=7bb5fde83e0949a753f31e184d1c6ac7'></script>
 <script type='text/javascript' src='http://wp.local/wp-
 includes/js/l10n.js?ver=20101110'></script>
 }}}



 Once too often.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15124#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list