From fe839eca679b4946062ca90a63949b936c2ec20a Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Fri, 16 Jan 2026 10:52:53 +0530 Subject: [PATCH] Fix duplicate '@see' tag in docblock --- src/wp-includes/script-loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php index 82a306d5fd25c..302d9002c2907 100644 --- a/src/wp-includes/script-loader.php +++ b/src/wp-includes/script-loader.php @@ -2651,7 +2651,7 @@ function wp_should_load_block_editor_scripts_and_styles() { * This only affects front end and not the block editor screens. * * @since 5.8.0 - * @see @see wp_should_load_block_assets_on_demand() + * @see wp_should_load_block_assets_on_demand() * @see wp_enqueue_registered_block_scripts_and_styles() * @see register_block_style_handle() *