Changeset 21241 for trunk/wp-includes/class-http.php
- Timestamp:
- 07/09/2012 05:03:53 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r21231 r21241 201 201 * @param string $url URL to Request 202 202 * 203 * @return string| falseClass name for the first transport that claims to support the request. False if no transport claims to support the request.203 * @return string|bool Class name for the first transport that claims to support the request. False if no transport claims to support the request. 204 204 */ 205 205 public function _get_first_available_transport( $args, $url = null ) {
Note: See TracChangeset
for help on using the changeset viewer.