Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/10/2015 04:51:54 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Update any relevant hardcoded links to https.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/functions.php

    r5613 r5637  
    598598 * We use REMOTE_ADDR here directly. If you are behind a proxy, you should
    599599 * ensure that it is properly set, such as in wp-config.php, for your
    600  * environment. See {@link http://core.trac.wordpress.org/ticket/9235}
     600 * environment. See {@link https://core.trac.wordpress.org/ticket/9235}
    601601 *
    602602 * Note that bbp_pre_anonymous_filters() is responsible for sanitizing each
     
    700700    // Unslash $r to pass through $wpdb->prepare()
    701701    //
    702     // @see: http://bbpress.trac.wordpress.org/ticket/2185/
    703     // @see: http://core.trac.wordpress.org/changeset/23973/
     702    // @see: https://bbpress.trac.wordpress.org/ticket/2185/
     703    // @see: https://core.trac.wordpress.org/changeset/23973/
    704704    $r = wp_unslash( $r );
    705705
Note: See TracChangeset for help on using the changeset viewer.