Commit 0399a305b6 for wordpress.org

commit 0399a305b67329185c7aec560691f5decb83f417
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Sun Feb 1 15:47:43 2026 +0000

    Docs: Replace some `@see` tags with `@link` for URLs in `wp-includes/rest-api/`.

    Follow-up to [38832], [52275].

    Props huzaifaalmesbah, shailu25, noruzzaman, westonruter.
    See #64224.
    Built from https://develop.svn.wordpress.org/trunk@61572


    git-svn-id: http://core.svn.wordpress.org/trunk@60883 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-controller.php
index 75e72a442f..74337bfd24 100644
--- a/wp-includes/rest-api/endpoints/class-wp-rest-controller.php
+++ b/wp-includes/rest-api/endpoints/class-wp-rest-controller.php
@@ -668,7 +668,7 @@ abstract class WP_REST_Controller {
 	 *
 	 * @since 4.7.0
 	 *
-	 * @see https://github.com/WP-API/WP-API/issues/1585
+	 * @link https://github.com/WP-API/WP-API/issues/1585
 	 *
 	 * @todo Remove this in favour of https://core.trac.wordpress.org/ticket/34659
 	 *
diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
index 0ac6c8b93d..e7d6b97934 100644
--- a/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
+++ b/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
@@ -208,7 +208,7 @@ class WP_REST_Templates_Controller extends WP_REST_Controller {
 	 * slugs cannot contain slashes.
 	 *
 	 * @since 5.9.0
-	 * @see https://core.trac.wordpress.org/ticket/54507
+	 * @link https://core.trac.wordpress.org/ticket/54507
 	 *
 	 * @param string $id Template ID.
 	 * @return string Sanitized template ID.
diff --git a/wp-includes/version.php b/wp-includes/version.php
index c9c8d1b30c..1836d18984 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61571';
+$wp_version = '7.0-alpha-61572';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.