Make WordPress Core

Changeset 35938


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

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

See #32246.

File:
1 edited

Legend:

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

    r35937 r35938  
    352352
    353353    /**
    354      * Whether this class can be used for retrieving an URL.
     354     * Determines whether this class can be used for retrieving an URL.
    355355     *
    356356     * @static
    357357     * @since 2.7.0
    358358     *
     359     * @param array $args Optional. Array of request arguments arguments. Default empty array.
    359360     * @return bool False means this class can not be used, true means it can.
    360361     */
Note: See TracChangeset for help on using the changeset viewer.