Make WordPress Core

Changeset 60722


Ignore:
Timestamp:
09/08/2025 02:28:50 PM (5 months ago)
Author:
jonsurrell
Message:

Script Loader: Fix typo in code comment about sourceURL.

Developed in https://github.com/WordPress/wordpress-develop/pull/9794.

Follow-up to [60719].

Props jonsurrell, tobiasbg.
See #63887.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-scripts.php

    r60719 r60722  
    227227         *
    228228         * Extra scripts may be concatenated into a single script.
    229          * The line-based sourceURL comments may a concatenated script and
    230          * do not make sense when multiple are joined together.
     229         * The line-based sourceURL comments may break concatenated scripts
     230         * and do not make sense when multiple scripts are joined together.
    231231         */
    232232        if ( ! $this->do_concat ) {
Note: See TracChangeset for help on using the changeset viewer.