File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2264,14 +2264,14 @@ function wp_print_head_scripts() {
22642264/**
22652265 * Private, for use in *_footer_scripts hooks
22662266 *
2267- * In classic themes, when block styles are loaded on demand via {@see wp_load_classic_theme_block_styles_on_demand()} ,
2268- * this function is replaced by a closure in {@see wp_hoist_late_printed_styles()} which will capture the printing of
2267+ * In classic themes, when block styles are loaded on demand via wp_load_classic_theme_block_styles_on_demand(),
2268+ * this function is replaced by a closure in wp_hoist_late_printed_styles() which will capture the printing of
22692269 * two sets of "late" styles to be hoisted to the HEAD by means of the template enhancement output buffer:
22702270 *
22712271 * 1. Styles related to blocks are inserted right after the wp-block-library stylesheet.
22722272 * 2. All other styles are appended to the end of the HEAD.
22732273 *
2274- * The closure calls {@see print_footer_scripts()} to print scripts in the footer as usual.
2274+ * The closure calls print_footer_scripts() to print scripts in the footer as usual.
22752275 *
22762276 * @since 3.3.0
22772277 */
You can’t perform that action at this time.
0 commit comments