Commit 16e83545e7 for wordpress.org
commit 16e83545e7f3b1507b1193bdcb46f9374d0c45ab
Author: Weston Ruter <weston@xwp.co>
Date: Sat Jan 17 18:40:34 2026 +0000
Docs: Remove duplicated `@see` PHPDoc tag.
Follow-up to [59823].
Props marian1, showravhasan, sabernhardt, mukesh27.
See #61965, #64224.
Fixes #64515.
Built from https://develop.svn.wordpress.org/trunk@61496
git-svn-id: http://core.svn.wordpress.org/trunk@60807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php
index 56220641a6..9507bb61eb 100644
--- a/wp-includes/script-loader.php
+++ b/wp-includes/script-loader.php
@@ -2652,7 +2652,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()
*
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 15cff46e40..ddf9767930 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61495';
+$wp_version = '7.0-alpha-61496';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.