Index: src/wp-includes/class.wp-scripts.php
===================================================================
--- src/wp-includes/class.wp-scripts.php	(revision 53362)
+++ src/wp-includes/class.wp-scripts.php	(working copy)
@@ -311,6 +311,10 @@
 			$inline_script_tag = '';
 		}
 
+		/*
+		 * Prevent concatenation of scripts if the text domain is defined
+		 * to ensure the dependency order is respected.
+		 */
 		$translations_stop_concat = ! empty( $obj->textdomain );
 
 		$translations = $this->print_translations( $handle, false );
