- Timestamp:
- 06/18/2015 03:50:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r32116 r32843 216 216 'subset' => urlencode( 'latin,latin-ext' ), 217 217 ); 218 $font_url = add_query_arg( $query_args, ' //fonts.googleapis.com/css' );218 $font_url = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' ); 219 219 } 220 220
Note: See TracChangeset
for help on using the changeset viewer.