Ticket #55628: 55628.diff
File 55628.diff, 547 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/class.wp-scripts.php
311 311 $inline_script_tag = ''; 312 312 } 313 313 314 /* 315 * Prevent concatenation of scripts if the text domain is defined 316 * to ensure the dependency order is respected. 317 */ 314 318 $translations_stop_concat = ! empty( $obj->textdomain ); 315 319 316 320 $translations = $this->print_translations( $handle, false );