Make WordPress Core

Changeset 61557


Ignore:
Timestamp:
01/29/2026 10:02:03 PM (4 months ago)
Author:
SergeyBiryukov
Message:

Docs: Replace some @see tags with @link for URLs.

Follow-up to [58074], [61486].

Props huzaifaalmesbah, shailu25.
See #64224.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-supports/elements.php

    r61430 r61557  
    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
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php

    r61527 r61557  
    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(
Note: See TracChangeset for help on using the changeset viewer.