[wp-trac] [WordPress Trac] #46946: Site Health: Text adjustment (add a link and remove "we")
WordPress Trac
noreply at wordpress.org
Thu Jun 20 12:18:34 UTC 2019
#46946: Site Health: Text adjustment (add a link and remove "we")
-----------------------------------+---------------------
Reporter: birgire | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 5.3
Component: Text Changes | Version: 5.2
Severity: normal | Resolution:
Keywords: site-health has-patch | Focuses:
-----------------------------------+---------------------
Comment (by leogermani):
In fact, I was wondering if instead of:
` printf( __('Here is my <a href="%s">link to the admin</a>'), admin_url()
); `
We should have (with appropriate translators comment):
` printf( __('Here is my %1$slink to the admin%2$s'), '<a href="' .
admin_url() . '">', '</a>' ); `
This would take the burden of HTML out of the translators hand...
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46946#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list