Changeset 32843 for trunk/src/wp-content/themes/twentytwelve/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/twentytwelve/functions.php
r32116 r32843 114 114 $subsets .= ',vietnamese'; 115 115 116 $protocol = is_ssl() ? 'https' : 'http';117 116 $query_args = array( 118 117 'family' => 'Open+Sans:400italic,700italic,400,700', 119 118 'subset' => $subsets, 120 119 ); 121 $font_url = add_query_arg( $query_args, "$protocol://fonts.googleapis.com/css");120 $font_url = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' ); 122 121 } 123 122
Note: See TracChangeset
for help on using the changeset viewer.