Commit d7c2d47e58 for wordpress.org
commit d7c2d47e58c1ef4e068d49a9869d4bf02d1d0c39
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date: Sat Jan 31 23:05:42 2026 +0000
Docs: Replace some `@see` tags with `@link` for URLs in `wp-admin`.
Follow-up to [59958].
Props huzaifaalmesbah, shailu25, noruzzaman, westonruter.
See #64224.
Built from https://develop.svn.wordpress.org/trunk@61568
git-svn-id: http://core.svn.wordpress.org/trunk@60879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-admin/edit-form-blocks.php b/wp-admin/edit-form-blocks.php
index 98f5c223f4..d0f2000fdc 100644
--- a/wp-admin/edit-form-blocks.php
+++ b/wp-admin/edit-form-blocks.php
@@ -105,7 +105,7 @@ $preload_paths = array(
),
$paths[] = add_query_arg(
'slug',
- // @see https://github.com/WordPress/gutenberg/blob/e093fefd041eb6cc4a4e7f67b92ab54fd75c8858/packages/core-data/src/private-selectors.ts#L244-L254
+ // @link https://github.com/WordPress/gutenberg/blob/e093fefd041eb6cc4a4e7f67b92ab54fd75c8858/packages/core-data/src/private-selectors.ts#L244-L254
$template_lookup_slug,
'/wp/v2/templates/lookup'
),
diff --git a/wp-admin/site-editor.php b/wp-admin/site-editor.php
index 628be66253..1c8e8b5254 100644
--- a/wp-admin/site-editor.php
+++ b/wp-admin/site-editor.php
@@ -238,7 +238,7 @@ if ( $block_editor_context->post ) {
if ( 'page' === $block_editor_context->post->post_type ) {
$preload_paths[] = add_query_arg(
'slug',
- // @see https://github.com/WordPress/gutenberg/blob/e093fefd041eb6cc4a4e7f67b92ab54fd75c8858/packages/core-data/src/private-selectors.ts#L244-L254
+ // @link https://github.com/WordPress/gutenberg/blob/e093fefd041eb6cc4a4e7f67b92ab54fd75c8858/packages/core-data/src/private-selectors.ts#L244-L254
empty( $block_editor_context->post->post_name ) ? 'page' : 'page-' . $block_editor_context->post->post_name,
'/wp/v2/templates/lookup'
);
diff --git a/wp-includes/version.php b/wp-includes/version.php
index d161c843a0..9612fc782a 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61567';
+$wp_version = '7.0-alpha-61568';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.