Changeset 42746 for trunk/src/wp-includes/class-wp-http-streams.php
- Timestamp:
- 02/25/2018 08:21:37 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-http-streams.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-streams.php
r42682 r42746 359 359 * 360 360 * @since 3.7.0 361 * @static362 361 * 363 362 * @param stream $stream The PHP Stream which the SSL request is being made over … … 421 420 * Determines whether this class can be used for retrieving a URL. 422 421 * 423 * @static424 422 * @since 2.7.0 425 423 * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client().
Note: See TracChangeset
for help on using the changeset viewer.