Make WordPress Core


Ignore:
Timestamp:
07/18/2016 02:32:52 PM (9 years ago)
Author:
karmatosed
Message:

Remove .pot files from Default Themes
Fixes #34884
Props davidakennedy

File:
1 edited

Legend:

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

    r38026 r38093  
    6161     * Make Twenty Fourteen available for translation.
    6262     *
    63      * Translations can be added to the /languages/ directory.
     63     * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentyfourteen
    6464     * If you're building a theme based on Twenty Fourteen, use a find and
    6565     * replace to change 'twentyfourteen' to the name of your theme in all
    6666     * template files.
    6767     */
    68     load_theme_textdomain( 'twentyfourteen', get_template_directory() . '/languages' );
     68    load_theme_textdomain( 'twentyfourteen' );
    6969
    7070    // This theme styles the visual editor to resemble the theme style.
Note: See TracChangeset for help on using the changeset viewer.