Make WordPress Core


Ignore:
Timestamp:
09/27/2012 07:38:16 AM (13 years ago)
Author:
nacin
Message:

Make a string not empty to it ends up in the POT file.

File:
1 edited

Legend:

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

    r22049 r22052  
    123123           this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your own language. */
    124124
    125         $subset = _x( '', 'Open Sans font: add new subset (greek, cyrllic, vietnamese)', 'twentytwelve' );
     125        $subset = _x( ' ', 'Open Sans font: add new subset (greek, cyrllic, vietnamese)', 'twentytwelve' );
    126126
    127127        if ( $subset == 'cyrillic' )
Note: See TracChangeset for help on using the changeset viewer.