Make WordPress Core


Ignore:
Timestamp:
06/18/2015 03:50:42 PM (10 years ago)
Author:
obenland
Message:

Use https for Google API external libraries.

Google recommends it and users are more likely to have the https version cached in their browser already.

Props rommelxcastro.
Fixes #32552.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r32116 r32843  
    147147            'subset' => urlencode( 'latin,latin-ext' ),
    148148        );
    149         $fonts_url = add_query_arg( $query_args, '//fonts.googleapis.com/css' );
     149        $fonts_url = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' );
    150150    }
    151151
Note: See TracChangeset for help on using the changeset viewer.