Make WordPress Core

Ticket #61968: 61968.patch

File 61968.patch, 713 bytes (added by shailu25, 21 months ago)

Patch Added

  • src/wp-includes/html-api/class-wp-html-decoder.php

    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 { 
    196196         *
    197197         * @since 6.6.0
    198198         *
     199         * @global WP_Token_Map $html5_named_character_references
     200         *
    199201         * @param string $context            `attribute` for decoding attribute values, `data` otherwise.
    200202         * @param string $text               Text document containing span of text to decode.
    201203         * @param int    $at                 Optional. Byte offset into text where span begins, defaults to the beginning (0).