[wp-trac] [WordPress Trac] #46946: Site Health: Text adjustment (add a link and remove "we")
WordPress Trac
noreply at wordpress.org
Thu Jun 20 13:46:46 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 foack):
Replying to [comment:13 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...
I like that approach. Definitely an increase in usability imho.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46946#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list