diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/class-wp-http-proxy.php --- a/wp/wp-includes/class-wp-http-proxy.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/class-wp-http-proxy.php Tue Sep 27 16:37:53 2022 +0200 @@ -25,7 +25,7 @@ *
  • WP_PROXY_PASSWORD - Proxy password, if it requires authentication.
  • *
  • WP_PROXY_BYPASS_HOSTS - Will prevent the hosts in this list from going through the proxy. * You do not need to have localhost and the site host in this list, because they will not be passed - * through the proxy. The list should be presented in a comma separated list, wildcards using * are supported, eg. *.wordpress.org
  • + * through the proxy. The list should be presented in a comma separated list, wildcards using * are supported. Example: *.wordpress.org * * * An example can be as seen below. @@ -44,10 +44,12 @@ /** * Whether proxy connection should be used. * - * @since 2.8.0 + * Constants which control this behaviour: * - * @use WP_PROXY_HOST - * @use WP_PROXY_PORT + * - `WP_PROXY_HOST` + * - `WP_PROXY_PORT` + * + * @since 2.8.0 * * @return bool */ @@ -58,10 +60,12 @@ /** * Whether authentication should be used. * - * @since 2.8.0 + * Constants which control this behaviour: * - * @use WP_PROXY_USERNAME - * @use WP_PROXY_PASSWORD + * - `WP_PROXY_USERNAME` + * - `WP_PROXY_PASSWORD` + * + * @since 2.8.0 * * @return bool */