Make WordPress Core


Ignore:
Timestamp:
12/01/2021 12:15:21 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-http-proxy.php

    r52215 r52299  
    4545     * Whether proxy connection should be used.
    4646     *
    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
    5153     *
    5254     * @return bool
     
    5961     * Whether authentication should be used.
    6062     *
    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
    6569     *
    6670     * @return bool
Note: See TracChangeset for help on using the changeset viewer.