Make WordPress Core

Changeset 25908


Ignore:
Timestamp:
10/24/2013 08:28:43 PM (11 years ago)
Author:
nacin
Message:

Translator comments are special, make sure they are parsed properly. see #25256.

Location:
trunk/src/wp-content/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r25789 r25908  
    122122    $fonts_url = '';
    123123
    124     /*
    125      * Translators: If there are characters in your language that are not
     124    /* Translators: If there are characters in your language that are not
    126125     * supported by Source Sans Pro, translate this to 'off'. Do not translate
    127126     * into your own language.
     
    129128    $source_sans_pro = _x( 'on', 'Source Sans Pro font: on or off', 'twentythirteen' );
    130129
    131     /*
    132      * Translators: If there are characters in your language that are not
     130    /* Translators: If there are characters in your language that are not
    133131     * supported by Bitter, translate this to 'off'. Do not translate into your
    134132     * own language.
  • trunk/src/wp-content/themes/twentytwelve/functions.php

    r25746 r25908  
    9696    $font_url = '';
    9797
    98     /*
    99      * translators: If there are characters in your language that are not supported
     98    /* translators: If there are characters in your language that are not supported
    10099     * by Open Sans, translate this to 'off'. Do not translate into your own language.
    101100     */
     
    103102        $subsets = 'latin,latin-ext';
    104103
    105         /*
    106          * translators: To add an additional Open Sans character subset specific to your language,
     104        /* translators: To add an additional Open Sans character subset specific to your language,
    107105         * translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your own language.
    108106         */
Note: See TracChangeset for help on using the changeset viewer.