Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#48774 closed defect (bug) (fixed)

Add @staticvar entries for $transports in _dispatch_request()

Reported by: utsav72640 Owned by: SergeyBiryukov
Priority: normal Milestone: 5.4
Component: HTTP API Version: 5.3
Severity: normal Keywords: has-patch
Cc: Focuses: docs

Description

Need documentation improvement

static variable $transports are used in the functions but not mention in the documentation of the function.

Attachments (1)

patch.diff (508 bytes ) - added by utsav72640 7 years ago.
WordPress/wp-includes/class-http.php

Download all attachments as: .zip

Change History (3)

@utsav72640
7 years ago

WordPress/wp-includes/class-http.php

#1 @SergeyBiryukov
7 years ago

  • Component FormattingHTTP API
  • Focuses docs added
  • Milestone Awaiting Review5.4
  • Owner set to SergeyBiryukov
  • Status newreviewing

#2 @SergeyBiryukov
7 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 47346:

Docs: Add a @staticvar entry for $transports in WP_Http::_dispatch_request().

Props utsav72640.
Fixes #48774.

Note: See TracTickets for help on using tickets.