Make WordPress Core

Ticket #38740: 38740.1.diff

File 38740.1.diff, 790 bytes (added by dimadin, 10 years ago)
  • wp-content/themes/twentyseventeen/functions.php

     
    200200
    201201        /**
    202202         * Translators: If there are characters in your language that are not
    203          * supported by Libre Frankin, translate this to 'off'. Do not translate
     203         * supported by Libre Franklin, translate this to 'off'. Do not translate
    204204         * into your own language.
    205205         */
    206         $libre_franklin = _x( 'on', 'libre_franklin font: on or off', 'twentyseventeen' );
     206        $libre_franklin = _x( 'on', 'Libre Franklin font: on or off', 'twentyseventeen' );
    207207
    208208        if ( 'off' !== $libre_franklin ) {
    209209                $font_families = array();