Skip to content

Commit 01c2393

Browse files
Make it clear that style injection is replacing the placeholder
Co-authored-by: Adam Silverstein <[email protected]>
1 parent 7318ad9 commit 01c2393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2574,7 +2574,7 @@ function wp_enqueue_global_styles() {
25742574
* So even though the main global styles are not printed here in the HEAD for classic themes with on-demand asset
25752575
* loading, a placeholder for the global styles is still enqueued. Then when {@see wp_hoist_late_printed_styles()}
25762576
* processes the output buffer, it can locate the placeholder and inject the global styles from the footer into the
2577-
* HEAD.
2577+
* HEAD, replacing the placeholder.
25782578
*
25792579
* @link https://core.trac.wordpress.org/ticket/64099
25802580
*/

0 commit comments

Comments
 (0)