﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
19830,wp_localize_script() combines statements improperly,TobiasBg,azaozz,"When making multiple calls to {{{wp_localize_script()}}} on the same {{{$handle}}}, the individual JSONified objects are merged together with {{{;\n}}} [http://core.trac.wordpress.org/browser/trunk/wp-includes/class.wp-scripts.php#L151 in this line].
However, each individual {{{var}}} statement has already been correctly terminated by a semicolon {{{;}}} [http://core.trac.wordpress.org/browser/trunk/wp-includes/class.wp-scripts.php#L143 a few lines above].

Due to that, the resulting output has an extra semicolon after each but the last {{{var}}} statement (i.e. {{{;;}}}).

Removing the semicolon from the string in [http://core.trac.wordpress.org/browser/trunk/wp-includes/class.wp-scripts.php#L151 line 151] should fix this.",defect (bug),closed,normal,3.4,General,3.3,minor,fixed,easy-fix has-patch commit,
