Changeset 52299 for trunk/src/wp-includes/class-wp-http-proxy.php
- Timestamp:
- 12/01/2021 12:15:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-proxy.php
r52215 r52299 45 45 * Whether proxy connection should be used. 46 46 * 47 * @since 2.8.0 48 * 49 * @use WP_PROXY_HOST 50 * @use WP_PROXY_PORT 47 * Constants which control this behaviour: 48 * 49 * - `WP_PROXY_HOST` 50 * - `WP_PROXY_PORT` 51 * 52 * @since 2.8.0 51 53 * 52 54 * @return bool … … 59 61 * Whether authentication should be used. 60 62 * 61 * @since 2.8.0 62 * 63 * @use WP_PROXY_USERNAME 64 * @use WP_PROXY_PASSWORD 63 * Constants which control this behaviour: 64 * 65 * - `WP_PROXY_USERNAME` 66 * - `WP_PROXY_PASSWORD` 67 * 68 * @since 2.8.0 65 69 * 66 70 * @return bool
Note: See TracChangeset
for help on using the changeset viewer.