#62706 closed defect (bug) (fixed)
Update Credits API to sha256
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Privacy | Keywords: | has-patch |
Focuses: | Cc: |
Description
In https://meta.trac.wordpress.org/ticket/7860 ,Credits API has been updated to return sha256 email hashes, but the core still has @md5.gravatar.com
hardcoded in it, which should be changed to @sha256.gravatar.com
to eliminate confusion.
Change History (5)
This ticket was mentioned in PR #8017 on WordPress/wordpress-develop by @haozi.
3 months ago
#2
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/62706
#3
@
3 months ago
- Milestone changed from Awaiting Review to 6.8
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
@SergeyBiryukov commented on PR #8017:
3 months ago
#5
Thanks for the PR! Merged in r59541.
Note: See
TracTickets for help on using
tickets.
Releated ticket: #60638