Make WordPress Core

Opened 6 years ago

Closed 5 years ago

#48774 closed defect (bug) (fixed)

Add @staticvar entries for $transports in _dispatch_request()

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

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 6 years ago.
WordPress/wp-includes/class-http.php

Download all attachments as: .zip

Change History (3)

@utsav72640
6 years ago

WordPress/wp-includes/class-http.php

#1 @SergeyBiryukov
6 years ago

  • Component changed from Formatting to HTTP API
  • Focuses docs added
  • Milestone changed from Awaiting Review to 5.4
  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#2 @SergeyBiryukov
5 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

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.