Opened 13 months ago
Closed 13 months ago
#60346 closed defect (bug) (fixed)
Several typo corrections in po.php file
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
Several typo corrections in inline documents in wp-includes/pomo/po.php
1. Line no 56
@return string sequence of mgsgid/msgstr PO strings, doesn't containt newline at the end
it Should be
@return string sequence of msgid/msgstr PO strings, doesn't contain a newline at the end
2. Line no 67
enrtries
It should be
entries
3. Line no 130
readbility
It Should be
readability
4. Line no 144
enascaped
It should be
escaped
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch Added