Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:09:04 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous formatting corrections for docblocks.

See #53399

File:
1 edited

Legend:

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

    r49927 r51299  
    111111     *                                             assumed. Default 'GET'.
    112112     *     @type float        $timeout             How long the connection should stay open in seconds. Default 5.
    113      *     @type int          $redirection         Number of allowed redirects. Not supported by all transports
     113     *     @type int          $redirection         Number of allowed redirects. Not supported by all transports.
    114114     *                                             Default 5.
    115115     *     @type string       $httpversion         Version of the HTTP protocol to use. Accepts '1.0' and '1.1'.
Note: See TracChangeset for help on using the changeset viewer.