Make WordPress Core


Ignore:
Timestamp:
06/10/2016 04:49:09 AM (8 years ago)
Author:
peterwilsoncc
Message:

DOCS: Replace HTTP links with HTTPS.

Replaces unsecure links in documentation and translator comments with their secure versions.

Props johnpgreen, netweb

Fixes #36993

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/Requests/Transport/cURL.php

    r37430 r37674  
    3434     * Information on the current request
    3535     *
    36      * @var array cURL information array, see {@see http://php.net/curl_getinfo}
     36     * @var array cURL information array, see {@see https://secure.php.net/curl_getinfo}
    3737     */
    3838    public $info;
     
    482482     *
    483483     * @param string $url
    484      * @param array|object $data Data to build query using, see {@see http://php.net/http_build_query}
     484     * @param array|object $data Data to build query using, see {@see https://secure.php.net/http_build_query}
    485485     * @return string URL with data
    486486     */
Note: See TracChangeset for help on using the changeset viewer.