Changeset 41162 for trunk/src/wp-includes/class-wp-http-streams.php
- Timestamp:
- 07/27/2017 12:40:27 AM (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
r37492 r41162 23 23 * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client(). 24 24 * 25 * @access public26 25 * @param string $url The request URL. 27 26 * @param string|array $args Optional. Override the defaults. … … 381 380 * 382 381 * @static 383 * @access public384 382 * @since 2.7.0 385 383 * @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.