Ticket #60070: 60070.diff
| File 60070.diff, 534 bytes (added by , 2 years ago) |
|---|
-
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 183 183 * 184 184 * Normally should be handled by mb_convert_encoding, but 185 185 * provides a slower PHP-only method for installations 186 * that lack the multiby e string extension.186 * that lack the multibyte string extension. 187 187 * 188 188 * @deprecated 5.3.0 Use the PHP native JSON extension instead. 189 189 *