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.

Built from https://develop.svn.wordpress.org/trunk@53204


git-svn-id: http://core.svn.wordpress.org/trunk@52793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-04-18 14:35:07 +00:00
parent f53b215bfe
commit eca9278a10
2 changed files with 2 additions and 2 deletions

View File

@ -2549,7 +2549,7 @@ function force_balance_tags( $text ) {
* REPL like `php -a`. * REPL like `php -a`.
* *
* @see https://html.spec.whatwg.org/#elements-2 * @see https://html.spec.whatwg.org/#elements-2
* @see https://w3c.github.io/webcomponents/spec/custom/#valid-custom-element-name * @see https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name
* *
* @example * @example
* ~# php -a * ~# php -a

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.0-beta1-53203'; $wp_version = '6.0-beta1-53204';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.