Skip to content

Commit 447a271

Browse files
Docs: Replace some @see tags with @link for URLs in wp-admin.
Follow-up to [59958]. Props huzaifaalmesbah, shailu25, noruzzaman, westonruter. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61568 602fd350-edb4-49c9-b593-d223f7449a82
1 parent dc62ecb commit 447a271

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/edit-form-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static function ( $classes ) {
105105
),
106106
$paths[] = add_query_arg(
107107
'slug',
108-
// @see https://github.com/WordPress/gutenberg/blob/e093fefd041eb6cc4a4e7f67b92ab54fd75c8858/packages/core-data/src/private-selectors.ts#L244-L254
108+
// @link https://github.com/WordPress/gutenberg/blob/e093fefd041eb6cc4a4e7f67b92ab54fd75c8858/packages/core-data/src/private-selectors.ts#L244-L254
109109
$template_lookup_slug,
110110
'/wp/v2/templates/lookup'
111111
),

src/wp-admin/site-editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ static function ( $classes ) {
238238
if ( 'page' === $block_editor_context->post->post_type ) {
239239
$preload_paths[] = add_query_arg(
240240
'slug',
241-
// @see https://github.com/WordPress/gutenberg/blob/e093fefd041eb6cc4a4e7f67b92ab54fd75c8858/packages/core-data/src/private-selectors.ts#L244-L254
241+
// @link https://github.com/WordPress/gutenberg/blob/e093fefd041eb6cc4a4e7f67b92ab54fd75c8858/packages/core-data/src/private-selectors.ts#L244-L254
242242
empty( $block_editor_context->post->post_name ) ? 'page' : 'page-' . $block_editor_context->post->post_name,
243243
'/wp/v2/templates/lookup'
244244
);

0 commit comments

Comments
 (0)