Skip to content

Commit 0a6564e

Browse files
committed
Remove see wrappers of auto-linked function names in dev docs.
1 parent b8f8d37 commit 0a6564e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wp-includes/script-loader.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)