Opened 2 years ago
Last modified 2 years ago
#60070 new defect (bug)
Typo in wp-includes/class-json.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | trivial | Version: | |
| Component: | General | Keywords: | 2nd-opinion |
| Focuses: | docs | Cc: |
Description
If we go through wp-includes/class-json.php on line number 186 we can see it is mentioned: "multibye". It should be "multibyte".
Attachments (1)
Change History (3)
#1
@
2 years ago
- Keywords 2nd-opinion added
Thanks for the report and patch!
Services_JSON is a deprecated external library, and the typo still exists in their repository. #57681 closed without changing a comment in Services_JSON::utf162utf8(), though maybe a small typo correction is worth making in Core.
The file was added to WordPress in [18404].
Note: See
TracTickets for help on using
tickets.
Patch added