[wp-trac] [WordPress Trac] #60346: Several typo corrections in po.php file
WordPress Trac
noreply at wordpress.org
Thu Jan 25 16:43:06 UTC 2024
#60346: Several typo corrections in po.php file
--------------------------+-----------------------------
Reporter: shailu25 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: docs |
--------------------------+-----------------------------
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
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60346>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list