Changeset 60685 for trunk/src/wp-includes/class-wp-scripts.php
- Timestamp:
- 08/28/2025 07:54:21 AM (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
r60681 r60685 222 222 return; 223 223 } 224 225 $output .= sprintf( 226 "\n//# sourceURL=inline:%s", 227 rawurlencode( "{$handle}-js-extra" ) 228 ); 224 229 225 230 if ( ! $display ) { … … 521 526 return ''; 522 527 } 528 529 $data[] = sprintf( 530 '//# sourceURL=inline:%s', 531 rawurlencode( "{$handle}-js-{$position}" ) 532 ); 523 533 524 534 return trim( implode( "\n", $data ), "\n" );
Note: See TracChangeset
for help on using the changeset viewer.