Making WordPress.org

Ticket #771: 771.patch

File 771.patch, 831 bytes (added by ocean90, 12 years ago)
  • trunk/api.wordpress.org/public_html/core/credits/wp-credits.php

     
    3232                '3.9' => '2013-12-13 00:00:00',
    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 ) ) );
    3838                $file = dirname( __FILE__ ) . '/wp-' . $branch . '.php';
     
    217217
    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                );
    223223        }