Changeset 60722
- Timestamp:
- 09/08/2025 02:28:50 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-scripts.php
r60719 r60722 227 227 * 228 228 * Extra scripts may be concatenated into a single script. 229 * The line-based sourceURL comments may a concatenated script and230 * do not make sense when multipleare joined together.229 * The line-based sourceURL comments may break concatenated scripts 230 * and do not make sense when multiple scripts are joined together. 231 231 */ 232 232 if ( ! $this->do_concat ) {
Note: See TracChangeset
for help on using the changeset viewer.