diff --git a/src/wp-includes/html-api/class-wp-html-decoder.php b/src/wp-includes/html-api/class-wp-html-decoder.php
index 793c7cb2a0..687693d603 100644
|
a
|
b
|
class WP_HTML_Decoder { |
| 196 | 196 | * |
| 197 | 197 | * @since 6.6.0 |
| 198 | 198 | * |
| | 199 | * @global WP_Token_Map $html5_named_character_references |
| | 200 | * |
| 199 | 201 | * @param string $context `attribute` for decoding attribute values, `data` otherwise. |
| 200 | 202 | * @param string $text Text document containing span of text to decode. |
| 201 | 203 | * @param int $at Optional. Byte offset into text where span begins, defaults to the beginning (0). |