Make WordPress Core


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

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

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.