diff --git a/wp-includes/html-api/class-wp-html-decoder.php b/wp-includes/html-api/class-wp-html-decoder.php
index 793c7cb2a0..6c1404bedd 100644
--- a/wp-includes/html-api/class-wp-html-decoder.php
+++ b/wp-includes/html-api/class-wp-html-decoder.php
@@ -196,6 +196,8 @@ class WP_HTML_Decoder {
*
* @since 6.6.0
*
+ * @global WP_Token_Map $html5_named_character_references Mappings for HTML5 named character references.
+ *
* @param string $context `attribute` for decoding attribute values, `data` otherwise.
* @param string $text Text document containing span of text to decode.
* @param int $at Optional. Byte offset into text where span begins, defaults to the beginning (0).
diff --git a/wp-includes/version.php b/wp-includes/version.php
index b29b1b3cda..0f9418335b 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.7-alpha-58964';
+$wp_version = '6.7-alpha-58965';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.