Changeset 39208
- Timestamp:
- 11/13/2016 01:29:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r39183 r39208 201 201 /** 202 202 * Translators: If there are characters in your language that are not 203 * supported by Libre Frank in, translate this to 'off'. Do not translate203 * supported by Libre Franklin, translate this to 'off'. Do not translate 204 204 * into your own language. 205 205 */ 206 $libre_franklin = _x( 'on', ' libre_franklin font: on or off', 'twentyseventeen' );206 $libre_franklin = _x( 'on', 'Libre Franklin font: on or off', 'twentyseventeen' ); 207 207 208 208 if ( 'off' !== $libre_franklin ) {
Note: See TracChangeset
for help on using the changeset viewer.