Make WordPress Core


Ignore:
Timestamp:
02/22/2015 01:42:46 PM (12 years ago)
Author:
ocean90
Message:

Revert [30790] and update POT file for Twenty Fifteen.

see #30972, #30603.

File:
1 edited

Legend:

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

    r31184 r31500  
    155155        $subsets   = 'latin,latin-ext';
    156156
    157         /* translators: If there are characters in your language that are not supported by Noto Sans, translate this to 'off'. Do not translate into your own language. */
     157        /*
     158         * Translators: If there are characters in your language that are not supported
     159         * by Noto Sans, translate this to 'off'. Do not translate into your own language.
     160         */
    158161        if ( 'off' !== _x( 'on', 'Noto Sans font: on or off', 'twentyfifteen' ) ) {
    159162                $fonts[] = 'Noto Sans:400italic,700italic,400,700';
    160163        }
    161164
    162         /* translators: If there are characters in your language that are not supported by Noto Serif, translate this to 'off'. Do not translate into your own language. */
     165        /*
     166         * Translators: If there are characters in your language that are not supported
     167         * by Noto Serif, translate this to 'off'. Do not translate into your own language.
     168         */
    163169        if ( 'off' !== _x( 'on', 'Noto Serif font: on or off', 'twentyfifteen' ) ) {
    164170                $fonts[] = 'Noto Serif:400italic,700italic,400,700';
    165171        }
    166172
    167         /* translators: If there are characters in your language that are not supported by Inconsolata, translate this to 'off'. Do not translate into your own language. */
     173        /*
     174         * Translators: If there are characters in your language that are not supported
     175         * by Inconsolata, translate this to 'off'. Do not translate into your own language.
     176         */
    168177        if ( 'off' !== _x( 'on', 'Inconsolata font: on or off', 'twentyfifteen' ) ) {
    169178                $fonts[] = 'Inconsolata:400,700';
    170179        }
    171180
    172         /* translators: To add an additional character subset specific to your language, translate this to 'greek', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own language. */
     181        /*
     182         * Translators: To add an additional character subset specific to your language,
     183         * translate this to 'greek', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own language.
     184         */
    173185        $subset = _x( 'no-subset', 'Add new subset (greek, cyrillic, devanagari, vietnamese)', 'twentyfifteen' );
    174186
Note: See TracChangeset for help on using the changeset viewer.