Make WordPress Core

Opened 7 months ago

Closed 6 months ago

Last modified 5 months ago

#62364 closed defect (bug) (duplicate)

wp_is_https_supported() use a deprected function

Reported by: sebastienserre's profile sebastienserre 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)

#1 @sebastienserre
7 months ago

  • Component changed from General to HTTP API

This ticket was mentioned in PR #7760 on WordPress/wordpress-develop by @geekofshire.


6 months ago
#2

  • Keywords has-patch added

Replaced the deprecated wp_update_https_detection_errors() function with wp_get_https_detection_errors() to align with the latest WordPress standards and avoid deprecation warnings.

Trac ticket: https://core.trac.wordpress.org/ticket/62364

#3 @debarghyabanerjee
6 months ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #62252.

#4 @desrosj
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.

#5 @sebastienserre
6 months ago

@desrosj the PR has been made by @geekofshire ;)

#6 @desrosj
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!

Note: See TracTickets for help on using tickets.