Make WordPress Core

Ticket #60070: 60070.diff

File 60070.diff, 534 bytes (added by mijotj, 2 years ago)

Patch added

  • src/wp-includes/class-json.php

    diff --git a/src/wp-includes/class-json.php b/src/wp-includes/class-json.php
    index 6091d567f5..5164545738 100644
    a b class Services_JSON 
    183183    *
    184184    * Normally should be handled by mb_convert_encoding, but
    185185    * provides a slower PHP-only method for installations
    186     * that lack the multibye string extension.
     186    * that lack the multibyte string extension.
    187187    *
    188188    * @deprecated 5.3.0 Use the PHP native JSON extension instead.
    189189    *