[wp-trac] [WordPress Trac] #47312: Replace new "fixed %s" bugs string with a pre-existing one
WordPress Trac
noreply at wordpress.org
Fri May 17 19:49:23 UTC 2019
#47312: Replace new "fixed %s" bugs string with a pre-existing one
----------------------------+--------------------
Reporter: SergeyBiryukov | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.2.2
Component: Help/About | Version:
Severity: normal | Keywords:
Focuses: |
----------------------------+--------------------
[45359] introduced a new string on the About page:
{{{
_n(
'<strong>Version %1$s</strong> fixed %2$s bug.',
'<strong>Version %1$s</strong> fixed %2$s bugs.'
...
);
}}}
It should be replaced with a [source:branches/5.2/src/wp-
admin/about.php?marks=214-218#L200 pre-existing string]:
{{{
_n(
'<strong>Version %1$s</strong> addressed %2$s bug.',
'<strong>Version %1$s</strong> addressed %2$s bugs.'
...
);
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47312>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list