#35289 closed defect (bug) (fixed)
Docs: Fix phpdoc tags for WP Http methods
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.5 | Priority: | normal |
| Severity: | normal | Version: | 3.2 |
| Component: | HTTP API | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
I notice that _get_first_available_transport method in WP_Http has the wrong access value, it's used public but the access tag says private and that _dispatch_request method has static tag but is not used as a static method.
This patch will change the access value for _get_first_available_transport and remove static from _dispatch_request.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Hi @Frozzare, thanks for the patch! We'll handle the
@accesschange here, and removal of the@statictag in #32246.