Make WordPress Core


Ignore:
Timestamp:
12/14/2015 11:53:44 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing parameter documentation for the $args parameter in the DocBlock for WP_Http_Streams::test().

See #32246.

File:
1 edited

Legend:

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

    r34585 r35940  
    378378
    379379    /**
    380      * Whether this class can be used for retrieving a URL.
     380     * Determines whether this class can be used for retrieving a URL.
    381381     *
    382382     * @static
     
    385385     * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client().
    386386     *
     387     * @param array $args Optional. Array of request arguments. Default empty array.
    387388     * @return bool False means this class can not be used, true means it can.
    388389     */
Note: See TracChangeset for help on using the changeset viewer.