Opened 3 years ago
Last modified 3 years ago
#60070 new defect (bug)
Typo in wp-includes/class-json.php
| Reported by: | jayadevankbh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | |
| Severity: | trivial | Keywords: | 2nd-opinion |
| Cc: | Focuses: | docs |
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
@
3 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch added