We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7318ad9 commit 01c2393Copy full SHA for 01c2393
1 file changed
src/wp-includes/script-loader.php
@@ -2574,7 +2574,7 @@ function wp_enqueue_global_styles() {
2574
* So even though the main global styles are not printed here in the HEAD for classic themes with on-demand asset
2575
* loading, a placeholder for the global styles is still enqueued. Then when {@see wp_hoist_late_printed_styles()}
2576
* processes the output buffer, it can locate the placeholder and inject the global styles from the footer into the
2577
- * HEAD.
+ * HEAD, replacing the placeholder.
2578
*
2579
* @link https://core.trac.wordpress.org/ticket/64099
2580
*/
0 commit comments