Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (4 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-streams.php

    r47808 r48586  
    2323     * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client().
    2424     *
    25      * @param string $url The request URL.
     25     * @param string       $url The request URL.
    2626     * @param string|array $args Optional. Override the defaults.
    2727     * @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.