scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
WordPress 4.3
[autoinstalls/wordpress.git]
/
wp-content
/
themes
/
twentyfifteen
/
functions.php
diff --git
a/wp-content/themes/twentyfifteen/functions.php
b/wp-content/themes/twentyfifteen/functions.php
index 1a8e8a3a3879f28c89b68e94413b72cca43f8d69..e109a2bcff3834d55d53443448b129ba0f786ee7 100644
(file)
--- a/
wp-content/themes/twentyfifteen/functions.php
+++ b/
wp-content/themes/twentyfifteen/functions.php
@@
-198,7
+198,7
@@
function twentyfifteen_fonts_url() {
$fonts_url = add_query_arg( array(
'family' => urlencode( implode( '|', $fonts ) ),
'subset' => urlencode( $subsets ),
$fonts_url = add_query_arg( array(
'family' => urlencode( implode( '|', $fonts ) ),
'subset' => urlencode( $subsets ),
- ), '//fonts.googleapis.com/css' );
+ ), '
https:
//fonts.googleapis.com/css' );
}
return $fonts_url;
}
return $fonts_url;