Changeset 33879 for trunk/src/wp-includes/http-functions.php
- Timestamp:
- 09/03/2015 03:36:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http-functions.php
r33748 r33879 1 1 <?php 2 2 /** 3 * Simple and uniform HTTP request API. 4 * 5 * Will eventually replace and standardize the WordPress HTTP requests made. 6 * 7 * @link https://core.trac.wordpress.org/ticket/4779 HTTP API Proposal 3 * HTTP API: Top-level HTTP request API functionality 8 4 * 9 5 * @package WordPress 10 6 * @subpackage HTTP 11 * @since 2.7.07 * @since 4.4.0 12 8 */ 13 9
Note: See TracChangeset
for help on using the changeset viewer.