#62364 closed defect (bug) (duplicate)
wp_is_https_supported() use a deprected function
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | HTTP API | Keywords: | has-patch |
Focuses: | Cc: |
Description
Hello,
wp_is_https_supported() is using wp_update_https_detection_errors()
Is there something we're missing ?
Should we replace wp_update_https_detection_errors()
with wp_get_https_detection_errors()
Change History (7)
This ticket was mentioned in PR #7760 on WordPress/wordpress-develop by @geekofshire.
6 months ago
#2
- Keywords has-patch added
#3
@
6 months ago
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #62252.
#4
@
6 months ago
- Keywords 2nd-opinion removed
- Milestone Awaiting Review deleted
@sebastienserre I've gone and updated your PR to point to the duplicate ticket so your code can be considered as well.
#6
@
6 months ago
Sorry! I should have actually checked the GH account connection to .org instead of assuming. You still deserve props for helping to triaging the original ticket. 🙂
@flixos90 commented on PR #7760:
5 months ago
#7
@geekofshire Thank you for the pull request! It looks like this is a duplicate of #7598, which already implemented this change correctly, so I'm going to close this in favor of the other PR. I'll make sure to give you props on the WordPress Core commit though, thanks again!
Replaced the deprecated
wp_update_https_detection_errors()
function withwp_get_https_detection_errors()
to align with the latest WordPress standards and avoid deprecation warnings.Trac ticket: https://core.trac.wordpress.org/ticket/62364