Changeset 60719 for trunk/src/wp-includes/class-wp-styles.php
- Timestamp:
- 09/08/2025 11:25:40 AM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-styles.php
r60690 r60719 336 336 if ( empty( $output ) ) { 337 337 return false; 338 } 339 340 if ( ! $this->do_concat ) { 341 $output[] = sprintf( 342 '/*# sourceURL=%s */', 343 rawurlencode( "{$handle}-inline-css" ) 344 ); 338 345 } 339 346
Note: See TracChangeset
for help on using the changeset viewer.