Skip to content

Commit 05db13d

Browse files
Docs: Replace some @see tags with @link for URLs.
Follow-up to [58074], [61486]. Props huzaifaalmesbah, shailu25. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61557 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 780356e commit 05db13d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wp-includes/block-supports/elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function wp_render_elements_support_styles( $parsed_block ) {
116116
* `render_block_data` filter in 6.6.0 to avoid filtered attributes
117117
* breaking the application of the elements CSS class.
118118
*
119-
* @see https://github.com/WordPress/gutenberg/pull/59535
119+
* @link https://github.com/WordPress/gutenberg/pull/59535
120120
*
121121
* The change in filter means, the argument types for this function
122122
* have changed and require deprecating.

src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ protected function validate_custom_css( $css ) {
713713
* that would have broken out of the containing STYLE element, thus
714714
* corrupting the page and potentially introducing security issues.
715715
*
716-
* @see https://html.spec.whatwg.org/multipage/parsing.html#rawtext-end-tag-name-state
716+
* @link https://html.spec.whatwg.org/multipage/parsing.html#rawtext-end-tag-name-state
717717
*/
718718
$possible_style_close_tag = 0 === substr_compare(
719719
$css,

0 commit comments

Comments
 (0)