From 9e0b155a739606a279556f642d4e2d306b4a152c Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 18 Apr 2022 14:33:16 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@53204 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index 9e6dfb9951..06e0f26aae 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -2549,7 +2549,7 @@ function force_balance_tags( $text ) { * REPL like `php -a`. * * @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 * ~# php -a