Commit 9600cdf6c7 for wordpress.org
commit 9600cdf6c7a91a68a2b6b00dfc5c0aa851e26bb9
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date: Thu Jan 29 22:03:44 2026 +0000
Docs: Replace some `@see` tags with `@link` for URLs.
Follow-up to [58074], [61486].
Props huzaifaalmesbah, shailu25.
See #64224.
Built from https://develop.svn.wordpress.org/trunk@61557
git-svn-id: http://core.svn.wordpress.org/trunk@60868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/block-supports/elements.php b/wp-includes/block-supports/elements.php
index 1c54bcd556..374da09e8b 100644
--- a/wp-includes/block-supports/elements.php
+++ b/wp-includes/block-supports/elements.php
@@ -116,7 +116,7 @@ function wp_render_elements_support_styles( $parsed_block ) {
* `render_block_data` filter in 6.6.0 to avoid filtered attributes
* breaking the application of the elements CSS class.
*
- * @see https://github.com/WordPress/gutenberg/pull/59535
+ * @link https://github.com/WordPress/gutenberg/pull/59535
*
* The change in filter means, the argument types for this function
* have changed and require deprecating.
diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
index a368bac776..11b1478537 100644
--- a/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
+++ b/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
@@ -713,7 +713,7 @@ class WP_REST_Global_Styles_Controller extends WP_REST_Posts_Controller {
* that would have broken out of the containing STYLE element, thus
* corrupting the page and potentially introducing security issues.
*
- * @see https://html.spec.whatwg.org/multipage/parsing.html#rawtext-end-tag-name-state
+ * @link https://html.spec.whatwg.org/multipage/parsing.html#rawtext-end-tag-name-state
*/
$possible_style_close_tag = 0 === substr_compare(
$css,
diff --git a/wp-includes/version.php b/wp-includes/version.php
index aea9eca10a..dd01b180b9 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61555';
+$wp_version = '7.0-alpha-61557';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.