Changeset 32843 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 06/18/2015 03:50:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r31934 r32843 199 199 'family' => urlencode( implode( '|', $fonts ) ), 200 200 'subset' => urlencode( $subsets ), 201 ), ' //fonts.googleapis.com/css' );201 ), 'https://fonts.googleapis.com/css' ); 202 202 } 203 203
Note: See TracChangeset
for help on using the changeset viewer.