mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user