[wp-trac] [WordPress Trac] #35289: Docs: Fix phpdoc tags for WP Http methods
WordPress Trac
noreply at wordpress.org
Sat Jan 2 15:57:10 UTC 2016
#35289: Docs: Fix phpdoc tags for WP Http methods
-------------------------+-----------------------------
Reporter: Frozzare | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords:
Focuses: docs |
-------------------------+-----------------------------
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`.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35289>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list