Opened 7 years ago
Closed 7 years ago
#48572 closed defect (bug) (fixed)
return type for PO::trim_quotes incorrect
| Reported by: | diddledani | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.4 |
| Component: | I18N | Version: | 5.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch to set the return type to string