Changeset 60690 for trunk/src/wp-includes/class-wp-scripts.php
- Timestamp:
- 08/29/2025 05:16:50 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-scripts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-scripts.php
r60686 r60690 222 222 return; 223 223 } 224 225 $output .= sprintf(226 "\n//# sourceURL=%s",227 rawurlencode( "{$handle}-js-extra" )228 );229 224 230 225 if ( ! $display ) { … … 526 521 return ''; 527 522 } 528 529 $data[] = sprintf(530 '//# sourceURL=%s',531 rawurlencode( "{$handle}-js-{$position}" )532 );533 523 534 524 return trim( implode( "\n", $data ), "\n" );
Note: See TracChangeset
for help on using the changeset viewer.