Opened 5 years ago
Closed 5 years ago
#48572 closed defect (bug) (fixed)
return type for PO::trim_quotes incorrect
Reported by: | diddledani | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | I18N | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
The docblock for PO::trim_quotes
in wp-includes/pomo/po.php
has an incorrectly set return type of sring
(missing the t
of string
). The attached patch rectifies the docblock's return type to string
.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch to set the return type to string