From 9805a98734c673a7f493aeb35bc290174a44788f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 31 Oct 2022 13:24:10 +0000 Subject: [PATCH] Docs: Update a link to the Custom Elements spec in `unsupported_valid_tag_names()` unit test docblock. This changeset replaces a link to the outdated W3C specs on Custom Elements with a link to the corresponding WhatWG specification. Previously committed in [53205], this appears to be accidentally reverted in [53562]. Follow-up to [53204], [53205], [53562]. Props audrasjb. See #56792. Built from https://develop.svn.wordpress.org/trunk@54727 git-svn-id: http://core.svn.wordpress.org/trunk@54279 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index b572bb4fe7..ff3116391a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54726'; +$wp_version = '6.2-alpha-54727'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.