Making WordPress.org

Changeset 1035


Ignore:
Timestamp:
12/11/2014 08:12:37 PM (8 years ago)
Author:
coffee2code
Message:

Credits: Use HTTPS for profiles URL.

props ocean90.
fixes #771.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/core/credits/wp-credits.php

    r926 r1035  
    3333        '4.0' => '2014-07-01 00:00:00',
    3434    );
    35    
     35
    3636    final public static function factory( $version, $gp_locale ) {
    3737        $branch = intval( str_replace( '.', '', self::calculate_branch( $version ) ) );
     
    218218    private function _data() {
    219219        return array(
    220             'profiles' => 'http://profiles.wordpress.org/%s',
     220            'profiles' => 'https://profiles.wordpress.org/%s',
    221221            'version' => $this->branch,
    222222        );
Note: See TracChangeset for help on using the changeset viewer.