[wp-trac] [WordPress Trac] #4852: Incorrect grammar when author
ends with an s
WordPress Trac
wp-trac at lists.automattic.com
Tue Aug 28 23:08:16 GMT 2007
#4852: Incorrect grammar when author ends with an s
---------------------+------------------------------------------------------
Reporter: Nazgul | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.4 (next)
Component: i18n | Version: 2.3
Severity: trivial | Keywords:
---------------------+------------------------------------------------------
The following code in ''the_author_link'' contains a small bug.
{{{
sprintf(__("Visit %s's website"), get_the_author())
}}}
If ''get_the_author'' returns something which ends with an s, for example
'''Niels''', the output is '''Visit Niels's website''', but it should be
'''Visit Niels' website'''.
--
Ticket URL: <http://trac.wordpress.org/ticket/4852>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list