Changeset 35940 for trunk/src/wp-includes/class-wp-http-streams.php
- Timestamp:
- 12/14/2015 11:53:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-streams.php
r34585 r35940 378 378 379 379 /** 380 * Whether this class can be used for retrieving a URL.380 * Determines whether this class can be used for retrieving a URL. 381 381 * 382 382 * @static … … 385 385 * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client(). 386 386 * 387 * @param array $args Optional. Array of request arguments. Default empty array. 387 388 * @return bool False means this class can not be used, true means it can. 388 389 */
Note: See TracChangeset
for help on using the changeset viewer.