Make WordPress Core

Opened 5 weeks ago

Closed 4 weeks ago

Last modified 4 weeks 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 (6)

#1 @sebastienserre
5 weeks ago

  • Component changed from General to HTTP API

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


4 weeks 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
4 weeks ago

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

Duplicate of #62252.

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

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

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

Note: See TracTickets for help on using tickets.