File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments