Changeset 60685 for trunk/src/wp-includes/class-wp-styles.php
- Timestamp:
- 08/28/2025 07:54:21 AM (6 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
r58878 r60685 337 337 return false; 338 338 } 339 340 $output[] = sprintf( 341 '/*# sourceURL=inline:%s */', 342 rawurlencode( "{$handle}-inline-css" ) 343 ); 339 344 340 345 $output = implode( "\n", $output );
Note: See TracChangeset
for help on using the changeset viewer.