#61424 closed enhancement (fixed)
Update en.gravatar.com links to gravatar.com
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.7 | Priority: | low |
Severity: | normal | Version: | |
Component: | General | Keywords: | good-first-bug has-patch |
Focuses: | Cc: |
Description
On the user profile page and in the first comment on the hello world post, the links to Gravatar for an English language WordPress install go to en.gravatar.com.
The English version of the Gravatar now uses the base domain so these links can be set to gravatar.com to avoid an unnecessary redirct.
The links will need to remain translatable so non-English installations of WordPress can link to the correct subdomain.
Change History (10)
This ticket was mentioned in PR #6796 on WordPress/wordpress-develop by @narenin.
13 months ago
#2
- Keywords has-patch added; needs-patch removed
Trac ticket: https://core.trac.wordpress.org/ticket/61424
#4
follow-up:
↓ 5
@
13 months ago
Suggests the translator comment is extended to reflect that the url can be localized using a language specific subdomain, with an example. With en.gravatar.com this was more obvious.
After this change the translations become fuzzy, which may lead to thinking it's no longer actually translatable/localizable. There are many such.
#5
in reply to:
↑ 4
@
13 months ago
Replying to knutsp:
Suggests the translator comment is extended to reflect that the url can be localized using a language specific subdomain, eith an example. With en.gravatar.com this was more obvious.
After this change the translations become fuzzy, which may lead to thinking it's no longer actually translatable/localizable. There are many such.
I agree, extending the translator comment to emphasis the URL is translatable is a good idea. The same approach is used for various wordpress.org links, for example the download URL.
#7
@
12 months ago
@knutsp The linked pull request includes translator comments directing polyglots to use the localized version of gravatar.com. Are you able to review them and advise if they need refining.
Hi @peterwilsoncc,
I have submitted PR with fix.