Make WordPress Core

Ticket #55628: 55628.diff

File 55628.diff, 547 bytes (added by SergeyBiryukov, 3 years ago)
  • src/wp-includes/class.wp-scripts.php

     
    311311                        $inline_script_tag = '';
    312312                }
    313313
     314                /*
     315                 * Prevent concatenation of scripts if the text domain is defined
     316                 * to ensure the dependency order is respected.
     317                 */
    314318                $translations_stop_concat = ! empty( $obj->textdomain );
    315319
    316320                $translations = $this->print_translations( $handle, false );