Changeset 27262 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 02/25/2014 05:13:08 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-http.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r27049 r27262 767 767 * HTTP request method uses PHP Streams to retrieve the url. 768 768 * 769 * @package WordPress770 * @subpackage HTTP771 *772 769 * @since 2.7.0 773 770 * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client(). … … 1157 1154 * 1158 1155 * @see WP_HTTP::request 1159 *1160 * @package WordPress1161 * @subpackage HTTP1162 1156 * 1163 1157 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.