Changeset 30536 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 11/24/2014 04:41:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r30105 r30536 1661 1661 * 1662 1662 * An example can be as seen below. 1663 * <code> 1664 * define('WP_PROXY_HOST', '192.168.84.101'); 1665 * define('WP_PROXY_PORT', '8080'); 1666 * define('WP_PROXY_BYPASS_HOSTS', 'localhost, www.example.com, *.wordpress.org'); 1667 * </code> 1663 * 1664 * define('WP_PROXY_HOST', '192.168.84.101'); 1665 * define('WP_PROXY_PORT', '8080'); 1666 * define('WP_PROXY_BYPASS_HOSTS', 'localhost, www.example.com, *.wordpress.org'); 1668 1667 * 1669 1668 * @link https://core.trac.wordpress.org/ticket/4011 Proxy support ticket in WordPress.
Note: See TracChangeset
for help on using the changeset viewer.