Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (3 years ago)
Author:
johnbillion
Message:

Docs: First pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r47557 r48586  
    6464     * @since 2.7.0
    6565     *
    66      * @param string $url The request URL.
     66     * @param string       $url The request URL.
    6767     * @param string|array $args Optional. Override the defaults.
    6868     * @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'. A WP_Error instance upon error
Note: See TracChangeset for help on using the changeset viewer.