Make WordPress Core

Opened 7 months ago

Closed 7 months ago

#64572 closed defect (bug) (fixed)

Class WP_Http_Cookie referenced with incorrect case

Reported by: marian1 Owned by: SergeyBiryukov
Priority: normal Milestone: 7.0
Component: HTTP API Version:
Severity: minor Keywords: has-patch
Cc: Focuses: docs

Description

The class WP_Http_Cookie is referenced with incorrect case (WP_HTTP_Cookie) in

  • the documented return type of WP_HTTP_Requests_Response::get_cookies()
  • an inline comment in WP_Http::buildCookieHeader()
  • the documented return type of wp_remote_request()

Change History (3)

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


7 months ago
#1

  • Keywords has-patch added

#2 @SergeyBiryukov
7 months ago

  • Milestone Awaiting Review7.0

#3 @SergeyBiryukov
7 months ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 61566:

Docs: Correct the case in WP_Http_Cookie references.

Follow-up to [25016], [37428], [59009].

Props marian1.
Fixes #64572.

Note: See TracTickets for help on using tickets.