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/functions.php

    r37670 r37674  
    676676 *
    677677 * @see _http_build_query() Used to build the query
    678  * @link http://us2.php.net/manual/en/function.http-build-query.php for more on what
     678 * @link https://secure.php.net/manual/en/function.http-build-query.php for more on what
    679679 *       http_build_query() does.
    680680 *
     
    692692 * @access private
    693693 *
    694  * @see http://us1.php.net/manual/en/function.http-build-query.php
     694 * @see https://secure.php.net/manual/en/function.http-build-query.php
    695695 *
    696696 * @param array|object  $data       An array or object of data. Converted to array.
     
    17801780 * @since 2.8.0
    17811781 *
    1782  * @see http://bugs.php.net/bug.php?id=27609
    1783  * @see http://bugs.php.net/bug.php?id=30931
     1782 * @see https://bugs.php.net/bug.php?id=27609
     1783 * @see https://bugs.php.net/bug.php?id=30931
    17841784 *
    17851785 * @param string $path Windows path to check for write-ability.
     
    47324732 * @since 3.0.0
    47334733 *
    4734  * @see http://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx
    4735  * @see http://src.chromium.org/viewvc/chrome?view=rev&revision=6985
     4734 * @see https://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx
     4735 * @see https://src.chromium.org/viewvc/chrome?view=rev&revision=6985
    47364736 */
    47374737function send_nosniff_header() {
Note: See TracChangeset for help on using the changeset viewer.