Changeset 53360 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 05/07/2022 02:51:54 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r53283 r53360 311 311 $inline_script_tag = ''; 312 312 } 313 314 $translations_stop_concat = ! empty( $obj->textdomain ); 313 315 314 316 $translations = $this->print_translations( $handle, false ); … … 328 330 $srce = apply_filters( 'script_loader_src', $src, $handle ); 329 331 330 if ( $this->in_default_dir( $srce ) && ( $before_handle || $after_handle || $translations ) ) {332 if ( $this->in_default_dir( $srce ) && ( $before_handle || $after_handle || $translations_stop_concat ) ) { 331 333 $this->do_concat = false; 332 334
Note: See TracChangeset
for help on using the changeset viewer.