Changeset 33876 for trunk/src/wp-includes/class-wp-http-proxy.php
- Timestamp:
- 09/03/2015 03:29:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-proxy.php
r33748 r33876 1 1 <?php 2 2 /** 3 * Adds Proxy support to the WordPress HTTP API. 3 * HTTP API: WP_HTTP_Proxy class 4 * 5 * @package WordPress 6 * @subpackage HTTP 7 * @since 4.4.0 8 */ 9 10 /** 11 * Core class used to implement HTTP API proxy support. 4 12 * 5 13 * There are caveats to proxy support. It requires that defines be made in the wp-config.php file to … … 29 37 * @link https://core.trac.wordpress.org/ticket/4011 Proxy support ticket in WordPress. 30 38 * @link https://core.trac.wordpress.org/ticket/14636 Allow wildcard domains in WP_PROXY_BYPASS_HOSTS 39 * 31 40 * @since 2.8.0 32 41 */
Note: See TracChangeset
for help on using the changeset viewer.