Make WordPress Core

Changeset 53204


Ignore:
Timestamp:
04/18/2022 02:33:16 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Update a link to the Custom Elements spec in force_balance_tags() docblock.

This changeset replaces a link to the outdated W3C specs on Custom Elements with a link to the corresponding WhatWG specification.

See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r53150 r53204  
    25502550     *
    25512551     * @see https://html.spec.whatwg.org/#elements-2
    2552      * @see https://w3c.github.io/webcomponents/spec/custom/#valid-custom-element-name
     2552     * @see https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name
    25532553     *
    25542554     * @example
Note: See TracChangeset for help on using the changeset viewer.